alsa.audio: add debug logs
[AROS.git] / workbench / tools / SysExplorer / classes.h
blobb9547612a76bf92b2bea2670638b30983d30cef0
1 #ifndef COMPUTERPAGE_CL_H
2 #define COMPUTERPAGE_CL_H
4 /*
5 Copyright © 2013, 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_PropertyWin (TAG_USER | 0x00000000)
15 /*** Attributes ****************************************************************/
16 #define MUIA_PropertyWin_Object (MUIB_PropertyWin | 0x00000000)
18 /*** Variables **************************************************************/
19 extern struct MUI_CustomClass *ComputerWindow_CLASS;
20 extern struct MUI_CustomClass *GenericWindow_CLASS;
21 extern struct MUI_CustomClass *ATAWindow_CLASS;
22 extern struct MUI_CustomClass *ATAUnitWindow_CLASS;
23 extern struct MUI_CustomClass *DevicePage_CLASS;
25 /*** Macros *****************************************************************/
26 #define DevicePageObject BOOPSIOBJMACRO_START(DevicePage_CLASS->mcc_Class)
28 #endif /* COMPUTERPAGE_CL_H */