summaryrefslogtreecommitdiffstats
path: root/src/include/usr/autoboot.h
blob: b451a8c1c452c8da94baa9467481d1ca4fd680b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _USR_AUTOBOOT_H
#define _USR_AUTOBOOT_H

/** @file
 *
 * Automatic booting
 *
 */

extern void autoboot ( void );
extern int boot_root_path ( const char *root_path );

#endif /* _USR_AUTOBOOT_H */