Explorar el Código

Add header for pxe_boot()

tags/v0.9.3
Michael Brown hace 17 años
padre
commit
bd863e4112
Se han modificado 2 ficheros con 12 adiciones y 0 borrados
  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 Ver fichero

@@ -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 Ver fichero

@@ -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…
Cancelar
Guardar