#ifndef SHUTDOWN_H #define SHUTDOWN_H #include "types.h" #ifdef __cplusplus extern "C" { #endif void osShutdownStart(int shutdown_type); #ifdef __cplusplus } #endif #endif