use dmb/dsb from asm/cpu.h file.
[AROS.git] / workbench / libs / muimaster / classes / aboutmui_private.h
blob43b18f8f055de86d3b778d0801b4ca862d1f3356
1 #ifndef _ABOUTMUI_PRIVATE_H_
2 #define _ABOUTMUI_PRIVATE_H_
4 #include <intuition/classusr.h>
6 /*** Instance data **********************************************************/
7 struct Aboutmui_DATA
9 Object *app;
12 #endif /* _ABOUTMUI_PRIVATE_H_ */