2 Copyright © 2009-2014, The AROS Development Team. All rights reserved.
6 #ifndef RTAS_PRIVATE_H_
7 #define RTAS_PRIVATE_H_
9 #include <exec/nodes.h>
21 struct Node rtas_Node
;
23 int (*rtas_entry
)(rtas_args_t
*args
, void *base
);
24 rtas_args_t rtas_args
;
26 void *OpenFirmwareBase
;
29 #endif /* RTAS_PRIVATE_H_ */