patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / asm-ia64 / sn / types.h
1 /*
2  * This file is subject to the terms and conditions of the GNU General Public
3  * License.  See the file "COPYING" in the main directory of this archive
4  * for more details.
5  *
6  * Copyright (C) 1999,2001-2003 Silicon Graphics, Inc.  All Rights Reserved.
7  * Copyright (C) 1999 by Ralf Baechle
8  */
9 #ifndef _ASM_IA64_SN_TYPES_H
10 #define _ASM_IA64_SN_TYPES_H
11
12 typedef unsigned long   cpuid_t;
13 typedef signed short    nasid_t;        /* node id in numa-as-id space */
14 typedef signed char     partid_t;       /* partition ID type */
15 typedef unsigned int    moduleid_t;     /* user-visible module number type */
16 typedef unsigned int    cmoduleid_t;    /* kernel compact module id type */
17 typedef signed char     slabid_t;
18
19 typedef unsigned long iopaddr_t;
20 typedef unsigned long paddr_t;
21 typedef short cnodeid_t;
22
23 #endif /* _ASM_IA64_SN_TYPES_H */