1 2 3 4 5 6 7 8 9
#ifndef DEF_SYS_NS_H #define DEF_SYS_NS_H namespace Sys { void halt(); void reboot(); } #endif