7 lines
122 B
C
7 lines
122 B
C
#ifndef _USR_AOEBOOT_H
|
|
#define _USR_AOEBOOT_H
|
|
|
|
extern int aoeboot ( const char *root_path );
|
|
|
|
#endif /* _USR_AOEBOOT_H */
|