summaryrefslogtreecommitdiffstats
path: root/src/net/aoe.c
diff options
context:
space:
mode:
authorMichael Brown2007-08-02 15:51:03 +0200
committerMichael Brown2007-08-02 15:51:03 +0200
commit9fd6a0418f38461d6d87f2c88785028d65fd6a1c (patch)
treebfd75ca6c34652464d2e9b02fe4cc06b210e444c /src/net/aoe.c
parentUse otherwise-useless byte in DHCP feature option as a version number (diff)
downloadipxe-9fd6a0418f38461d6d87f2c88785028d65fd6a1c.tar.gz
ipxe-9fd6a0418f38461d6d87f2c88785028d65fd6a1c.tar.xz
ipxe-9fd6a0418f38461d6d87f2c88785028d65fd6a1c.zip
Allowed zero-cost enforced ordering of features in startup banner
list. Added FEATURE() macros to most relevant (non-driver) files.
Diffstat (limited to 'src/net/aoe.c')
-rw-r--r--src/net/aoe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/aoe.c b/src/net/aoe.c
index 2e2199b3..e3f84e5a 100644
--- a/src/net/aoe.c
+++ b/src/net/aoe.c
@@ -40,7 +40,7 @@
*
*/
-FEATURE ( "AoE", DHCP_EB_FEATURE_AOE, 1 );
+FEATURE ( FEATURE_PROTOCOL, "AoE", DHCP_EB_FEATURE_AOE, 1 );
struct net_protocol aoe_protocol;