Files
2023-05-20 21:14:40 -04:00

17 lines
177 B
C

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