tools/virtio: define aligned attribute
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 6 Apr 2020 16:17:55 +0000 (12:17 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 17 Apr 2020 10:05:29 +0000 (06:05 -0400)
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tools/virtio/linux/compiler.h

index 903dc9c..2c51bcc 100644 (file)
@@ -7,4 +7,5 @@
 
 #define READ_ONCE(var) (*((volatile typeof(var) *)(&(var))))
 
+#define __aligned(x) __attribute((__aligned__(x)))
 #endif