- Don't access list nodes after their memory has been freed.
[AROS.git] / rom / dosboot / menu.h
blob37120800e635f6dfba00e17f24a135fd1636eb07
1 #ifndef BOOTMENU_DRIVER_H
2 #define BOOTMENU_DRIVER_H
4 #include "dosboot_intern.h"
6 int bootmenu_Init(LIBBASETYPEPTR LIBBASE, BOOL WantBootMenu);
7 void selectBootDevice(LIBBASETYPEPTR DOSBootBase);
9 #endif