#ifndef _MENU_H_ #define _MENU_H_ /* Prototypes */ void Menu_Loop(void); void SetPriiloaderOption(bool enabled); bool MenuTestDevice(); #endif