mirror of
https://github.com/zeldaret/ss
synced 2026-05-29 16:44:44 -04:00
15 lines
274 B
C
15 lines
274 B
C
#ifndef RVL_SDK_PUBLIC_NDEV_EXI2_AD_H
|
|
#define RVL_SDK_PUBLIC_NDEV_EXI2_AD_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <lib/rvl/NdevExi2AD/DebuggerDriver.h>
|
|
#include <lib/rvl/NdevExi2AD/ODEMU.h>
|
|
#include <lib/rvl/NdevExi2AD/exi2.h>
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|