revert between 56095 -> 55830 in arch
[AROS.git] / workbench / prefs / boot / booteditor.h
blob6b61ec9c19eaa5f6ca166cb8822a9cd18aad5ee2
1 #ifndef _BOOTEDITOR_H_
2 #define _BOOTEDITOR_H_
4 /*
5 Copyright © 2009-2015, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <exec/types.h>
10 #include <libraries/mui.h>
12 /*** Identifier base ********************************************************/
13 #define MUIB_BootEditor (MUIB_PrefsEditor + 0x100)
15 /*** Variables **************************************************************/
16 extern struct MUI_CustomClass *BootEditor_CLASS;
18 /*** Macros *****************************************************************/
19 #define BootEditorObject BOOPSIOBJMACRO_START(BootEditor_CLASS->mcc_Class)
21 #define MUIM_BootEditor_ShowModule (MUIB_BootEditor + 1)
22 #define MUIM_BootEditor_UpdateModule (MUIB_BootEditor + 2)
23 #define MUIM_BootEditor_AddModule (MUIB_BootEditor + 3)
24 #define MUIM_BootEditor_RemoveModule (MUIB_BootEditor + 4)
26 #endif /* _BOOTEDITOR_H_ */