mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
tools/virtio: define aligned attribute
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
@@ -7,4 +7,5 @@
|
||||
|
||||
#define READ_ONCE(var) (*((volatile typeof(var) *)(&(var))))
|
||||
|
||||
#define __aligned(x) __attribute((__aligned__(x)))
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user