diff options
| author | Michael Brown | 2007-07-29 03:31:14 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-07-29 03:31:14 +0200 |
| commit | 43013da9bf02439b4726d8afef15f7ce97d1c469 (patch) | |
| tree | b9cacbe294de8d0b06e04799746fc9377010ccb5 /src/include/usr | |
| parent | Applied a modified version of holger's regparm patches. (diff) | |
| download | ipxe-43013da9bf02439b4726d8afef15f7ce97d1c469.tar.gz ipxe-43013da9bf02439b4726d8afef15f7ce97d1c469.tar.xz ipxe-43013da9bf02439b4726d8afef15f7ce97d1c469.zip | |
Quick hack to get AoE back in to the tree, on a par with the current
iSCSI hack.
Diffstat (limited to 'src/include/usr')
| -rw-r--r-- | src/include/usr/aoeboot.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/usr/aoeboot.h b/src/include/usr/aoeboot.h new file mode 100644 index 000000000..0421ebcc0 --- /dev/null +++ b/src/include/usr/aoeboot.h @@ -0,0 +1,6 @@ +#ifndef _USR_AOEBOOT_H +#define _USR_AOEBOOT_H + +extern int aoeboot ( const char *root_path ); + +#endif /* _USR_AOEBOOT_H */ |
