mirror of
https://github.com/zeldaret/ss.git
synced 2024-12-04 11:54:36 +00:00
16 lines
256 B
C
16 lines
256 B
C
#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
|