13 lines
152 B
C
13 lines
152 B
C
#ifndef _USR_AUTOBOOT_H
|
|
#define _USR_AUTOBOOT_H
|
|
|
|
/** @file
|
|
*
|
|
* Automatic booting
|
|
*
|
|
*/
|
|
|
|
extern void autoboot ( void );
|
|
|
|
#endif /* _USR_AUTOBOOT_H */
|