summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2006-06-01 21:23:52 +0200
committerMichael Brown2006-06-01 21:23:52 +0200
commitd78581297b6328bde0714adf8c3662b45e7a45b1 (patch)
tree291a31ce813933d162d29c4678ea3f07fd2a1b31 /src/include
parentQuick hack to avoid trying to use an uninitialised net device. (diff)
downloadipxe-d78581297b6328bde0714adf8c3662b45e7a45b1.tar.gz
ipxe-d78581297b6328bde0714adf8c3662b45e7a45b1.tar.xz
ipxe-d78581297b6328bde0714adf8c3662b45e7a45b1.zip
Improve tcpdump legibility.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/aoe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/aoe.h b/src/include/gpxe/aoe.h
index 07aec037d..60c7a823b 100644
--- a/src/include/gpxe/aoe.h
+++ b/src/include/gpxe/aoe.h
@@ -71,6 +71,8 @@ struct aoehdr {
#define AOE_CMD_ATA 0x00 /**< Issue ATA command */
#define AOE_CMD_CONFIG 0x01 /**< Query Config Information */
+#define AOE_TAG_MAGIC 0xebeb0000
+
#define AOE_ERR_BAD_COMMAND 1 /**< Unrecognised command code */
#define AOE_ERR_BAD_PARAMETER 2 /**< Bad argument parameter */
#define AOE_ERR_UNAVAILABLE 3 /**< Device unavailable */