#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