[PATCH v7 01/19] tools/virtio: define aligned attribute

From: Michael S. Tsirkin
Date: Mon Apr 06 2020 - 21:07:37 EST


Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx>
---
tools/virtio/linux/compiler.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/tools/virtio/linux/compiler.h b/tools/virtio/linux/compiler.h
index 903dc9c4bd11..2c51bccb97bb 100644
--- a/tools/virtio/linux/compiler.h
+++ b/tools/virtio/linux/compiler.h
@@ -7,4 +7,5 @@

#define READ_ONCE(var) (*((volatile typeof(var) *)(&(var))))

+#define __aligned(x) __attribute((__aligned__(x)))
#endif
--
MST