mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 15:20:58 -04:00
15 lines
262 B
C
15 lines
262 B
C
#ifndef RVL_SDK_PUBLIC_NDEV_EXI2_AD_H
|
|
#define RVL_SDK_PUBLIC_NDEV_EXI2_AD_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "rvl/NdevExi2AD/DebuggerDriver.h"
|
|
#include "rvl/NdevExi2AD/ODEMU.h"
|
|
#include "rvl/NdevExi2AD/exi2.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|