D | sbi.h | 21 #define SBI_CALL(which, arg0, arg1, arg2, arg3) ({ \ argument 36 #define SBI_CALL_1(which, arg0) SBI_CALL(which, arg0, 0, 0, 0) argument 37 #define SBI_CALL_2(which, arg0, arg1) SBI_CALL(which, arg0, arg1, 0, 0) argument 38 #define SBI_CALL_3(which, arg0, arg1, arg2) \ argument 40 #define SBI_CALL_4(which, arg0, arg1, arg2, arg3) \ argument
|