david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Fix up iscsiboot missing prototype warnings

This commit is contained in:
Michael Brown 2007-07-09 01:10:32 +01:00
parent fd4fcb57db
commit 487dc5be56
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#ifndef _USR_ISCSIBOOT_H
#define _USR_ISCSIBOOT_H
extern int iscsiboot ( const char *root_path );
#endif /* _USR_ISCSIBOOT_H */

View File

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

View 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;