Files
ss/include/lib/rvl/NWC24/NWC24System.h
T

14 lines
194 B
C

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