mirror of
https://github.com/ipxe/ipxe
synced 2025-12-16 17:41:18 +03:00
Move header file for usr/autoboot.c to include/usr
This commit is contained in:
12
src/include/usr/autoboot.h
Normal file
12
src/include/usr/autoboot.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _USR_AUTOBOOT_H
|
||||
#define _USR_AUTOBOOT_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
* Automatic booting
|
||||
*
|
||||
*/
|
||||
|
||||
extern void autoboot ( void );
|
||||
|
||||
#endif /* _USR_AUTOBOOT_H */
|
||||
Reference in New Issue
Block a user