瀏覽代碼

Add INIT_RPC

tags/v0.9.3
Michael Brown 19 年之前
父節點
當前提交
52b3c8babe
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/include/init.h

+ 1
- 0
src/include/init.h 查看文件

@@ -44,6 +44,7 @@ struct init_fn {
44 44
 #define	INIT_RELOCATE	07
45 45
 #define	INIT_PCMCIA	08
46 46
 #define	INIT_HEAP	09
47
+#define	INIT_RPC	10
47 48
 
48 49
 /* Macro for creating an initialisation function table entry */
49 50
 #define INIT_FN( init_order, init_func, reset_func, exit_func )		      \

Loading…
取消
儲存