| 1 | #define CHASSIS_ACTION_POWER_DOWN 0x00 |
| 2 | #define CHASSIS_ACTION_POWER_UP 0x01 |
| 3 | #define CHASSIS_ACTION_POWER_CYCLE 0x02 |
| 4 | #define CHASSIS_ACTION_HARD_RESET 0x03 |
| 5 | #define CHASSIS_ACTION_SOFT_SHUTDOWN 0x05 |
| 6 | |
| 7 | void chassis_init(); |
| 8 | void chassis_control(unsigned char action); |