1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#ifndef RVL_SDK_PUBLIC_EXI_H #define RVL_SDK_PUBLIC_EXI_H #ifdef __cplusplus extern "C" { #endif #include "rvl/EXI/EXIBios.h" #include "rvl/EXI/EXICommon.h" #include "rvl/EXI/EXIHardware.h" #include "rvl/EXI/EXIUart.h" #ifdef __cplusplus } #endif #endif