kernel: add basic spinlocks
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
#define __used __attribute__((used))
|
||||
#define __packed __attribute__((packed))
|
||||
#define __section(name) __attribute__((section(name)))
|
||||
#define __aligned(x) __attribute__((aligned(x)))
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user