2007-01-10 02:03:20 +00:00
|
|
|
#ifndef _USR_AUTOBOOT_H
|
|
|
|
|
#define _USR_AUTOBOOT_H
|
|
|
|
|
|
|
|
|
|
/** @file
|
|
|
|
|
*
|
|
|
|
|
* Automatic booting
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
extern void autoboot ( void );
|
2008-03-04 17:59:26 +00:00
|
|
|
extern int boot_root_path ( const char *root_path );
|
2007-01-10 02:03:20 +00:00
|
|
|
|
|
|
|
|
#endif /* _USR_AUTOBOOT_H */
|