Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Defi.h50 #define __efi_nargs(...) __efi_nargs_(__VA_ARGS__)
51 #define __efi_nargs_(...) __efi_nargs__(0, ##__VA_ARGS__, \ macro