[BACK]Return to hub.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / include / asm-mips / sn

File: [Development] / linux-2.6-xfs / include / asm-mips / sn / hub.h (download)

Revision 1.1, Fri Mar 12 06:17:49 2004 UTC (13 years, 7 months ago) by nathans
Branch: MAIN

Merge up to 2.6.4

#ifndef __ASM_SN_HUB_H
#define __ASM_SN_HUB_H

#include <asm/sn/types.h>
#include <asm/sn/io.h>
#include <asm/sn/klkernvars.h>

struct hub_data {
	kern_vars_t	kern_vars;
};

extern struct hub_data *hub_data[];
#define HUB_DATA(n)		(hub_data[(n)])

#endif /* __ASM_SN_HUB_H */