mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
[sanboot] Quick and dirty hack to make SAN boot protocols selectable
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
#ifndef _USR_AOEBOOT_H
|
||||
#define _USR_AOEBOOT_H
|
||||
|
||||
extern int aoeboot ( const char *root_path );
|
||||
|
||||
#endif /* _USR_AOEBOOT_H */
|
||||
@@ -1,6 +0,0 @@
|
||||
#ifndef _USR_ISCSIBOOT_H
|
||||
#define _USR_ISCSIBOOT_H
|
||||
|
||||
extern int iscsiboot ( const char *root_path );
|
||||
|
||||
#endif /* _USR_ISCSIBOOT_H */
|
||||
Reference in New Issue
Block a user