use the soc family name, not specific chip name(s)
[AROS.git] / arch / arm-native / soc / broadcom / 2708 / mbox / vcmbox_private.h
blobf85fea8e5a7cd3168969df9999fdba20f262a672
1 /*
2 Copyright © 2013, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef VCMBOX_PRIVATE_H_
7 #define VCMBOX_PRIVATE_H_
9 #include <exec/nodes.h>
10 #include <exec/semaphores.h>
11 #include <inttypes.h>
13 struct VCMBoxBase {
14 struct Node vcmb_Node;
15 struct SignalSemaphore vcmb_Sem;
18 #endif /* VCMBOX_PRIVATE_H_ */