hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/hexagon/include/asm/spinlock_types.h
....@@ -8,6 +8,10 @@
88 #ifndef _ASM_SPINLOCK_TYPES_H
99 #define _ASM_SPINLOCK_TYPES_H
1010
11
+#ifndef __LINUX_SPINLOCK_TYPES_H
12
+# error "please don't include this file directly"
13
+#endif
14
+
1115 typedef struct {
1216 volatile unsigned int lock;
1317 } arch_spinlock_t;