···6969/*7070 * Some IMPORTANT OFFSETS. These are the offsets on all NODES.7171 */7272-#if 07373-#define RAMBASE 07474-#define ARCSSPB_OFF 0x1000 /* shift it to sys/arcs/spb.h */7575-7676-#define OFF_HWGRAPH 07777-#endif7878-7972#define MAX_MODULE_ID 2558073#define SIZE_PAD 4096 /* 4k padding for structures */8174/*···157164158165159166#define KL_CONFIG_HDR(_nasid) ((kl_config_hdr_t *)(KLCONFIG_ADDR(_nasid)))160160-#if 0161161-#define KL_CONFIG_MALLOC_HDR(_nasid) \162162- (KL_CONFIG_HDR(_nasid)->ch_malloc_hdr)163163-#endif164167#define KL_CONFIG_INFO_OFFSET(_nasid) \165168 (KL_CONFIG_HDR(_nasid)->ch_board_info)166169#define KL_CONFIG_INFO_SET_OFFSET(_nasid, _off) \···589600 unsigned char port_flag;590601 klconf_off_t port_offset;591602} klport_t;592592-593593-#if 0594594-/*595595- * This is very similar to the klport_s but instead of having a componant596596- * offset it has a board offset.597597- */598598-typedef struct klxbow_port_s {599599- nasid_t port_nasid;600600- unsigned char port_flag;601601- klconf_off_t board_offset;602602-} klxbow_port_t;603603-#endif604603605604typedef struct klcpu_s { /* CPU */606605 klinfo_t cpu_info;