hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/include/linux/rwlock_types.h
....@@ -1,6 +1,10 @@
11 #ifndef __LINUX_RWLOCK_TYPES_H
22 #define __LINUX_RWLOCK_TYPES_H
33
4
+#if !defined(__LINUX_SPINLOCK_TYPES_H)
5
+# error "Do not include directly, include spinlock_types.h"
6
+#endif
7
+
48 /*
59 * include/linux/rwlock_types.h - generic rwlock type definitions
610 * and initializers