Go to the documentation of this file. 1 #ifndef _ASM_X86_OLPC_OFW_H
2 #define _ASM_X86_OLPC_OFW_H
5 #define OLPC_OFW_PDE_NR 1022
7 #define OLPC_OFW_SIG 0x2057464F
14 #define olpc_ofw(name, args, res) \
15 __olpc_ofw((name), ARRAY_SIZE(args), args, ARRAY_SIZE(res), res)