x86/asm: Add _ASM_BYTES() macro for a .byte ... opcode sequence
[linux-2.6-microblaze.git] / arch / x86 / include / asm / asm.h
index 93aad0b..507a37a 100644 (file)
@@ -13,6 +13,8 @@
 # define __ASM_FORM_COMMA(x, ...)      " " __stringify(x,##__VA_ARGS__) ","
 #endif
 
+#define _ASM_BYTES(x, ...)     __ASM_FORM(.byte x,##__VA_ARGS__ ;)
+
 #ifndef __x86_64__
 /* 32 bit */
 # define __ASM_SEL(a,b)                __ASM_FORM(a)