limine/stage23/menu.h

9 lines
123 B
C
Raw Normal View History

2020-06-05 21:27:52 +03:00
#ifndef __MENU_H__
#define __MENU_H__
#include <stdbool.h>
char *menu(char **cmdline_ret, bool disable_timeout);
2020-06-05 21:27:52 +03:00
#endif