Kaynağa Gözat

Add header for pxe_boot()

tags/v0.9.3
Michael Brown 19 yıl önce
ebeveyn
işleme
bd863e4112

+ 11
- 0
src/arch/i386/include/pxe_call.h Dosyayı Görüntüle

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 Dosyayı Görüntüle

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
  *

Loading…
İptal
Kaydet