diff options
| author | Michael Brown | 2007-01-10 03:03:20 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-10 03:03:20 +0100 |
| commit | 55e590ab3aeac9a7fb5067bcef1e79922d91e67a (patch) | |
| tree | 4b6cec58e83818b9d71d29cdd4a8d4ef97b5e992 /src/include/usr | |
| parent | Added network interface management commands (diff) | |
| download | ipxe-55e590ab3aeac9a7fb5067bcef1e79922d91e67a.tar.gz ipxe-55e590ab3aeac9a7fb5067bcef1e79922d91e67a.tar.xz ipxe-55e590ab3aeac9a7fb5067bcef1e79922d91e67a.zip | |
Move header file for usr/autoboot.c to include/usr
Diffstat (limited to 'src/include/usr')
| -rw-r--r-- | src/include/usr/autoboot.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/usr/autoboot.h b/src/include/usr/autoboot.h new file mode 100644 index 000000000..4ddeb5bcc --- /dev/null +++ b/src/include/usr/autoboot.h @@ -0,0 +1,12 @@ +#ifndef _USR_AUTOBOOT_H +#define _USR_AUTOBOOT_H + +/** @file + * + * Automatic booting + * + */ + +extern void autoboot ( void ); + +#endif /* _USR_AUTOBOOT_H */ |
