4 * Created on: Mar 22, 2009
8 #ifndef RTAS_PRIVATE_H_
9 #define RTAS_PRIVATE_H_
11 #include <exec/nodes.h>
23 struct Node rtas_Node
;
25 int (*rtas_entry
)(rtas_args_t
*args
, void *base
);
26 rtas_args_t rtas_args
;
28 void *OpenFirmwareBase
;
31 #endif /* RTAS_PRIVATE_H_ */