diff options
| author | Michael Brown | 2007-07-09 02:10:32 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-07-09 02:10:32 +0200 |
| commit | 487dc5be562be223512ed22b008c24db63463655 (patch) | |
| tree | 0322faaa45b2146b9bc973c9130281b3e1d8a59f /src/include/usr | |
| parent | Add missing static (diff) | |
| download | ipxe-487dc5be562be223512ed22b008c24db63463655.tar.gz ipxe-487dc5be562be223512ed22b008c24db63463655.tar.xz ipxe-487dc5be562be223512ed22b008c24db63463655.zip | |
Fix up iscsiboot missing prototype warnings
Diffstat (limited to 'src/include/usr')
| -rw-r--r-- | src/include/usr/iscsiboot.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/usr/iscsiboot.h b/src/include/usr/iscsiboot.h new file mode 100644 index 000000000..b17951d56 --- /dev/null +++ b/src/include/usr/iscsiboot.h @@ -0,0 +1,6 @@ +#ifndef _USR_ISCSIBOOT_H +#define _USR_ISCSIBOOT_H + +extern int iscsiboot ( const char *root_path ); + +#endif /* _USR_ISCSIBOOT_H */ |
