Files
ss/include/rvl/SI/SIBios.h
T
2023-12-24 09:59:13 -05:00

14 lines
171 B
C

#ifndef RVL_SDK_SI_SIBIOS_H
#define RVL_SDK_SI_SIBIOS_H
#include <common.h>
#ifdef __cplusplus
extern "C" {
#endif
void SIInit(void);
#ifdef __cplusplus
}
#endif
#endif