diff options
Diffstat (limited to 'lib/bootnet.h')
| -rw-r--r-- | lib/bootnet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bootnet.h b/lib/bootnet.h index cba847c..2176c04 100644 --- a/lib/bootnet.h +++ b/lib/bootnet.h @@ -8,7 +8,7 @@ #include <lib/boot.h> -#define BOOTNET_INET_MAGIC "NETB" +#define BOOTNET_INET_MAGIC "ONET" #define BOOTNET_INET_MAGIC_LEN (4) #define BOOTNET_NAME_LEN (256) @@ -26,7 +26,7 @@ typedef struct bootnet_inet_header { ascii_char_t m_patch_name[BOOTNET_NAME_LEN]; /// example: ColdChoco int32_t m_length; /// The patch's length. ascii_char_t m_target[BOOTNET_NAME_LEN]; /// The target file. - uint8_t m_implies_program; /// does it imply reprogramming? + uint8_t m_implies_rom; /// does it imply reprogramming? uint8_t m_preflight; /// Do we just check if this endpoint exists/is valid? uint8_t m_blob[]; } bootnet_inet_header; |
