Bläddra i källkod

Add header for pxe_boot()

tags/v0.9.3
Michael Brown 17 år sedan
förälder
incheckning
bd863e4112
2 ändrade filer med 12 tillägg och 0 borttagningar
  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 Visa fil

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 Visa fil

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

Laddar…
Avbryt
Spara