Go to the documentation of this file.
39 #define GCT_NODE_MAGIC 0x59584c47
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))) \