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

14 lines
191 B
C

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