#ifndef __BOOT_H
#define __BOOT_H

void serialboot(void);
void netboot(void);
void flashboot(void);

#endif /* __BOOT_H */