types.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  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-2002 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. #include <linux/types.h>
  12. typedef unsigned long  cpuid_t;
  13. typedef unsigned long  cpumask_t;
  14. typedef signed short nasid_t; /* node id in numa-as-id space */
  15. typedef signed char partid_t; /* partition ID type */
  16. typedef signed short moduleid_t; /* user-visible module number type */
  17. typedef signed short cmoduleid_t; /* kernel compact module id type */
  18. typedef unsigned char clusterid_t; /* Clusterid of the cell */
  19. typedef uint64_t __psunsigned_t;
  20. typedef unsigned long iopaddr_t;
  21. typedef unsigned char uchar_t;
  22. typedef unsigned long paddr_t;
  23. typedef unsigned long pfn_t;
  24. #endif /* _ASM_IA64_SN_TYPES_H */