You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

general.h 263B

1234567891011
  1. #ifndef CONSOLE_H_RTHONI
  2. #define CONSOLE_H_RTHONI
  3. #define PXE_CMD /* PXE commands */
  4. #define REBOOT_CMD /* Reboot command */
  5. #define POWEROFF_CMD /* Power off command */
  6. #define PING_CMD /* Ping command */
  7. #define CONSOLE_CMD /* Console command */
  8. #endif