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 */