]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Add INIT_RPC
authorMichael Brown <mcb30@etherboot.org>
Sun, 1 May 2005 15:07:35 +0000 (15:07 +0000)
committerMichael Brown <mcb30@etherboot.org>
Sun, 1 May 2005 15:07:35 +0000 (15:07 +0000)
src/include/init.h

index 37ce2d68698ff00acab897413f0ee8f3af0ff642..dda4ef3c3d4e0970f5e4abe3415d6ddc08311192 100644 (file)
@@ -44,6 +44,7 @@ struct init_fn {
 #define        INIT_RELOCATE   07
 #define        INIT_PCMCIA     08
 #define        INIT_HEAP       09
+#define        INIT_RPC        10
 
 /* Macro for creating an initialisation function table entry */
 #define INIT_FN( init_order, init_func, reset_func, exit_func )                      \