mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-18 21:43:14 +00:00
Fix up iscsiboot missing prototype warnings
This commit is contained in:
parent
fd4fcb57db
commit
487dc5be56
6
src/include/usr/iscsiboot.h
Normal file
6
src/include/usr/iscsiboot.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef _USR_ISCSIBOOT_H
|
||||
#define _USR_ISCSIBOOT_H
|
||||
|
||||
extern int iscsiboot ( const char *root_path );
|
||||
|
||||
#endif /* _USR_ISCSIBOOT_H */
|
@ -26,6 +26,7 @@
|
||||
#include <usr/route.h>
|
||||
#include <usr/dhcpmgmt.h>
|
||||
#include <usr/imgmgmt.h>
|
||||
#include <usr/iscsiboot.h>
|
||||
#include <usr/autoboot.h>
|
||||
|
||||
/** @file
|
||||
|
@ -4,6 +4,7 @@
|
||||
#include <gpxe/iscsi.h>
|
||||
#include <gpxe/dhcp.h>
|
||||
#include <int13.h>
|
||||
#include <usr/iscsiboot.h>
|
||||
|
||||
int iscsiboot ( const char *root_path ) {
|
||||
struct scsi_device scsi;
|
Loading…
x
Reference in New Issue
Block a user