소스 검색

Reorder general.h

Antony Messerli 8 년 전
부모
커밋
e719f1e392
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      ipxe/local/general.h

+ 2 - 2
ipxe/local/general.h

@@ -3,7 +3,7 @@
 #define IMAGE_COMBOOT         /* COMBOOT */
 #define IMAGE_TRUST_CMD	      /* Image trust management commands */
 #define NET_PROTO_IPV6        /* IPv6 protocol */
-#define REBOOT_CMD            /* Reboot command */
-#define VLAN_CMD              /* VLAN commands */
 #define NSLOOKUP_CMD          /* DNS resolving command */
 #define NTP_CMD               /* NTP commands */
+#define REBOOT_CMD            /* Reboot command */
+#define VLAN_CMD              /* VLAN commands */