hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/tools/virtio/linux/compiler.h
....@@ -7,4 +7,5 @@
77
88 #define READ_ONCE(var) (*((volatile typeof(var) *)(&(var))))
99
10
+#define __aligned(x) __attribute((__aligned__(x)))
1011 #endif