소스 검색

Add header for pxe_boot()

tags/v0.9.3
Michael Brown 17 년 전
부모
커밋
bd863e4112
2개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 11
    0
      src/arch/i386/include/pxe_call.h
  2. 1
    0
      src/arch/i386/interface/pxe/pxe_call.c

+ 11
- 0
src/arch/i386/include/pxe_call.h 파일 보기

@@ -0,0 +1,11 @@
1
+#ifndef _PXE_CALL_H
2
+#define _PXE_CALL_H
3
+
4
+/** @file
5
+ *
6
+ * PXE API entry point
7
+ */
8
+
9
+extern int pxe_boot ( void );
10
+
11
+#endif /* _PXE_CALL_H */

+ 1
- 0
src/arch/i386/interface/pxe/pxe_call.c 파일 보기

@@ -20,6 +20,7 @@
20 20
 #include <registers.h>
21 21
 #include <biosint.h>
22 22
 #include <pxe.h>
23
+#include <pxe_call.h>
23 24
 
24 25
 /** @file
25 26
  *

Loading…
취소
저장