/* * Copyright (C) 2023-2025 Intel Corporation. * * SPDX-License-Identifier: BSD-3-Clause * * Authors: * Haicheng Li */ #ifndef __RISCV_LIB_SPINLOCK_H__ #define __RISCV_LIB_SPINLOCK_H__ typedef struct _spinlock { } spinlock_t; #endif /* __RISCV_LIB_SPINLOCK_H__ */