Files
ss/include/lib/rvl/NWC24/NWC24System.h
T
lepelog 42880ec9ae init
2023-08-09 16:59:04 +02:00

14 lines
198 B
C

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