mirror of
https://github.com/zeldaret/ss
synced 2026-08-13 12:18:46 -04: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
|