2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-29 21:00:24 +00:00

Add INIT_RPC

This commit is contained in:
Michael Brown 2005-05-01 15:07:35 +00:00
parent 85d9eae44e
commit 52b3c8babe

View 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 ) \