![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 0003 #ifndef SELFTEST_KVM_ARM64_SPINLOCK_H 0004 #define SELFTEST_KVM_ARM64_SPINLOCK_H 0005 0006 struct spinlock { 0007 int v; 0008 }; 0009 0010 extern void spin_lock(struct spinlock *lock); 0011 extern void spin_unlock(struct spinlock *lock); 0012 0013 #endif /* SELFTEST_KVM_ARM64_SPINLOCK_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |