Added a boot preferences utility. It is currently specific to GRUB2,
[AROS.git] / workbench / prefs / boot / booteditor.h
blobd92b33e837a3d157238d5beb2cdca216068be9d2
1 #ifndef _BOOTEDITOR_H_
2 #define _BOOTEDITOR_H_
4 /*
5 Copyright © 2009-2013, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <exec/types.h>
10 #include <libraries/mui.h>
12 /*** Variables **************************************************************/
13 extern struct MUI_CustomClass *BootEditor_CLASS;
15 /*** Macros *****************************************************************/
16 #define BootEditorObject BOOPSIOBJMACRO_START(BootEditor_CLASS->mcc_Class)
18 #endif /* _BOOTEDITOR_H_ */