xref: /DragonStub/inc/dragonstub/riscv64.h (revision f412fd2a1a248b546b7085648dece8d908077fab)
1 #pragma once
2 
3 #if defined(CONFIG_riscv64)
4 #define efi_bs_call(func, ...) (BS->func(__VA_ARGS__))
5 #else
6 #error "Unexpectedly include 'riscv64.h'"
7 #endif
8 
9 #define COMMAND_LINE_SIZE 1024
10