#ifndef _USR_AUTOBOOT_H #define _USR_AUTOBOOT_H /** @file * * Automatic booting * */ extern void autoboot ( void ); #endif /* _USR_AUTOBOOT_H */