use dmb/dsb from asm/cpu.h file.
[AROS.git] / workbench / libs / muiscreen / muiscreen_intern.h
blob05baf00055f57fbecb16f723941138140ee9ed2e
1 #ifndef PARTITION_INTERN_H
2 #define PARTITION_INTERN_H
4 /*
5 Copyright © 2009, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <exec/types.h>
10 #include <exec/libraries.h>
11 #include <libraries/muiscreen.h>
13 #include <aros/libcall.h>
14 #include LC_LIBDEFS_FILE
16 struct MUIScreenBase_intern
18 struct Library lib;
19 struct List clients;
22 #endif