Home
last modified time | relevance | path

Searched refs:__COMMA (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/include/asm/
H A Dasm.h208 #define COMMA(x...) __COMMA(x)
209 #define __COMMA(...) , ##__VA_ARGS__ macro