Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git] / arch / arm-native / soc / broadcom / 2708 / mbox / mbox_private.h
blob7c9563201e72046feced0fa8480a83602cfdabff
1 /*
2 Copyright © 2013, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef MBOX_PRIVATE_H_
7 #define MBOX_PRIVATE_H_
9 #include <exec/nodes.h>
10 #include <exec/semaphores.h>
11 #include <inttypes.h>
13 struct MBoxBase {
14 struct Node mbox_Node;
15 struct SignalSemaphore mbox_Sem;
18 #endif /* MBOX_PRIVATE_H_ */