7 lines
75 B
C
7 lines
75 B
C
#ifndef __MENU_H__
|
|
#define __MENU_H__
|
|
|
|
char *menu(int boot_drive);
|
|
|
|
#endif
|