5 typedef u64 gct6_handle;
7 typedef struct __gct6_node {
13 gct6_handle active_user;
20 gct6_handle saved_owner;
30 u32 magic; /* 'GLXY' */
36 void (*callout)(gct6_node *);
39 #define GCT_NODE_MAGIC 0x59584c47 /* 'GLXY' */
44 #define GCT_TYPE_HOSE 0x0E
49 #define GCT_SUBTYPE_IO_PORT_MODULE 0x2C
51 #define GCT_NODE_PTR(off) ((gct6_node *)((char *)hwrpb + \
52 hwrpb->frut_offset + \
53 (gct6_handle)(off))) \
55 int gct6_find_nodes(gct6_node *, gct6_search_struct *);
57 #endif /* __ALPHA_GCT_H */