a4091-software/bootmenu.h
Stefan Reinauer 5b7dbef58b Add simple bootmenu
Press right mouse button during boot to enter
2022-08-26 18:18:53 -07:00

7 lines
69 B
C

#ifndef BOOTMENU_H
#define BOOTMENU_H
void boot_menu(void);
#endif