f0556ed
1 2 3 4 5 6 7 8 9
#ifndef SYS_IFACE_H #define SYS_IFACE_H #define SYIF_IFID 0xFF #define SYIF_HALT 0x1 #define SYIF_REBOOT 0x2 #endif