blob: 01a082f56ef423065adb66f621b11db2bd1d88f1 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _LINUX_TYPES_H
2#define _LINUX_TYPES_H
3
Jaswinder Singh Rajput9d506382009-02-08 11:00:25 +05304#include <asm/types.h>
5
Jaswinder Singh Rajput527bdfe2009-02-06 20:47:58 +05306#ifndef __ASSEMBLY__
Linus Torvalds1da177e2005-04-16 15:20:36 -07007#ifdef __KERNEL__
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
Linus Torvalds1da177e2005-04-16 15:20:36 -07009#define DECLARE_BITMAP(name,bits) \
10 unsigned long name[BITS_TO_LONGS(bits)]
Justin P. Mattock69c8f522010-07-01 14:28:27 -070011#else
12#ifndef __EXPORTED_HEADERS__
13#warning "Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders"
14#endif /* __EXPORTED_HEADERS__ */
Linus Torvalds1da177e2005-04-16 15:20:36 -070015#endif
16
17#include <linux/posix_types.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070018
Arnd Bergmann3a471cb2009-02-26 00:51:45 +010019#ifdef __KERNEL__
Linus Torvalds1da177e2005-04-16 15:20:36 -070020
21typedef __u32 __kernel_dev_t;
22
23typedef __kernel_fd_set fd_set;
24typedef __kernel_dev_t dev_t;
25typedef __kernel_ino_t ino_t;
26typedef __kernel_mode_t mode_t;
27typedef __kernel_nlink_t nlink_t;
28typedef __kernel_off_t off_t;
29typedef __kernel_pid_t pid_t;
30typedef __kernel_daddr_t daddr_t;
31typedef __kernel_key_t key_t;
32typedef __kernel_suseconds_t suseconds_t;
33typedef __kernel_timer_t timer_t;
34typedef __kernel_clockid_t clockid_t;
35typedef __kernel_mqd_t mqd_t;
36
Richard Knutsson6e218282006-09-30 23:27:11 -070037typedef _Bool bool;
38
Linus Torvalds1da177e2005-04-16 15:20:36 -070039typedef __kernel_uid32_t uid_t;
40typedef __kernel_gid32_t gid_t;
41typedef __kernel_uid16_t uid16_t;
42typedef __kernel_gid16_t gid16_t;
43
Al Viro142956a2007-10-29 05:11:28 +000044typedef unsigned long uintptr_t;
45
Linus Torvalds1da177e2005-04-16 15:20:36 -070046#ifdef CONFIG_UID16
47/* This is defined by include/asm-{arch}/posix_types.h */
48typedef __kernel_old_uid_t old_uid_t;
49typedef __kernel_old_gid_t old_gid_t;
50#endif /* CONFIG_UID16 */
51
Mike Frysinger7437a512008-02-08 04:21:24 -080052#if defined(__GNUC__)
Linus Torvalds1da177e2005-04-16 15:20:36 -070053typedef __kernel_loff_t loff_t;
54#endif
55
56/*
57 * The following typedefs are also protected by individual ifdefs for
58 * historical reasons:
59 */
60#ifndef _SIZE_T
61#define _SIZE_T
62typedef __kernel_size_t size_t;
63#endif
64
65#ifndef _SSIZE_T
66#define _SSIZE_T
67typedef __kernel_ssize_t ssize_t;
68#endif
69
70#ifndef _PTRDIFF_T
71#define _PTRDIFF_T
72typedef __kernel_ptrdiff_t ptrdiff_t;
73#endif
74
75#ifndef _TIME_T
76#define _TIME_T
77typedef __kernel_time_t time_t;
78#endif
79
80#ifndef _CLOCK_T
81#define _CLOCK_T
82typedef __kernel_clock_t clock_t;
83#endif
84
85#ifndef _CADDR_T
86#define _CADDR_T
87typedef __kernel_caddr_t caddr_t;
88#endif
89
90/* bsd */
91typedef unsigned char u_char;
92typedef unsigned short u_short;
93typedef unsigned int u_int;
94typedef unsigned long u_long;
95
96/* sysv */
97typedef unsigned char unchar;
98typedef unsigned short ushort;
99typedef unsigned int uint;
100typedef unsigned long ulong;
101
102#ifndef __BIT_TYPES_DEFINED__
103#define __BIT_TYPES_DEFINED__
104
105typedef __u8 u_int8_t;
106typedef __s8 int8_t;
107typedef __u16 u_int16_t;
108typedef __s16 int16_t;
109typedef __u32 u_int32_t;
110typedef __s32 int32_t;
111
112#endif /* !(__BIT_TYPES_DEFINED__) */
113
114typedef __u8 uint8_t;
115typedef __u16 uint16_t;
116typedef __u32 uint32_t;
117
Mike Frysinger7437a512008-02-08 04:21:24 -0800118#if defined(__GNUC__)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700119typedef __u64 uint64_t;
120typedef __u64 u_int64_t;
121typedef __s64 int64_t;
122#endif
123
Harald Welte0ba2c6e2005-08-13 13:55:44 -0700124/* this is a special 64bit data type that is 8-byte aligned */
Jan Engelhardtc82a5cb2008-01-31 03:57:36 -0800125#define aligned_u64 __u64 __attribute__((aligned(8)))
Al Viro98a4a862006-11-08 00:26:51 -0800126#define aligned_be64 __be64 __attribute__((aligned(8)))
127#define aligned_le64 __le64 __attribute__((aligned(8)))
Harald Welte0ba2c6e2005-08-13 13:55:44 -0700128
Roger Gammans2c2345c2006-10-04 13:37:45 +0200129/**
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130 * The type used for indexing onto a disc or disc partition.
Roger Gammans2c2345c2006-10-04 13:37:45 +0200131 *
132 * Linux always considers sectors to be 512 bytes long independently
133 * of the devices real block size.
Jens Axboeb3a6ffe2008-12-12 09:51:16 +0100134 *
135 * blkcnt_t is the type of the inode's block count.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136 */
Bartlomiej Zolnierkiewicz90c699a2009-06-19 08:08:50 +0200137#ifdef CONFIG_LBDAF
Matthew Wilcoxe6243862006-12-04 03:38:31 -0700138typedef u64 sector_t;
Matthew Wilcoxe6243862006-12-04 03:38:31 -0700139typedef u64 blkcnt_t;
140#else
Jens Axboeb3a6ffe2008-12-12 09:51:16 +0100141typedef unsigned long sector_t;
Takashi Satoa0f62ac2006-03-26 01:37:52 -0800142typedef unsigned long blkcnt_t;
143#endif
144
Linus Torvalds1da177e2005-04-16 15:20:36 -0700145/*
146 * The type of an index into the pagecache. Use a #define so asm/types.h
147 * can override it.
148 */
149#ifndef pgoff_t
150#define pgoff_t unsigned long
151#endif
152
Arnd Bergmann3a471cb2009-02-26 00:51:45 +0100153#endif /* __KERNEL__ */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154
155/*
156 * Below are truly Linux-specific types that should never collide with
157 * any application/library that wants linux/types.h.
158 */
159
160#ifdef __CHECKER__
Al Viroaf4ca452005-10-21 02:55:38 -0400161#define __bitwise__ __attribute__((bitwise))
162#else
163#define __bitwise__
164#endif
165#ifdef __CHECK_ENDIAN__
166#define __bitwise __bitwise__
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167#else
168#define __bitwise
169#endif
170
171typedef __u16 __bitwise __le16;
172typedef __u16 __bitwise __be16;
173typedef __u32 __bitwise __le32;
174typedef __u32 __bitwise __be32;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175typedef __u64 __bitwise __le64;
176typedef __u64 __bitwise __be64;
Detlef Riekenberg940fbf42009-01-07 10:11:44 +0100177
Al Viro2bc35792006-11-14 21:14:18 -0800178typedef __u16 __bitwise __sum16;
179typedef __u32 __bitwise __wsum;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180
Al Virodd0fc662005-10-07 07:46:04 +0100181#ifdef __KERNEL__
Al Viroaf4ca452005-10-21 02:55:38 -0400182typedef unsigned __bitwise__ gfp_t;
Al Viroaeb5d722008-09-02 15:28:45 -0400183typedef unsigned __bitwise__ fmode_t;
Greg Kroah-Hartmancf7c7122006-06-12 15:49:31 -0700184
Jeremy Fitzhardinge600715d2008-09-11 01:31:45 -0700185#ifdef CONFIG_PHYS_ADDR_T_64BIT
186typedef u64 phys_addr_t;
187#else
188typedef u32 phys_addr_t;
189#endif
190
Jeremy Fitzhardinge8308c542008-09-11 01:31:50 -0700191typedef phys_addr_t resource_size_t;
192
Matthew Wilcoxea4354672009-01-06 14:40:39 -0800193typedef struct {
Anton Blanchard81880d62010-05-17 14:34:57 +1000194 int counter;
Matthew Wilcoxea4354672009-01-06 14:40:39 -0800195} atomic_t;
196
197#ifdef CONFIG_64BIT
198typedef struct {
Anton Blanchard81880d62010-05-17 14:34:57 +1000199 long counter;
Matthew Wilcoxea4354672009-01-06 14:40:39 -0800200} atomic64_t;
201#endif
202
Chris Metcalfde5d9bf2010-07-02 13:41:14 -0400203struct list_head {
204 struct list_head *next, *prev;
205};
206
207struct hlist_head {
208 struct hlist_node *first;
209};
210
211struct hlist_node {
212 struct hlist_node *next, **pprev;
213};
214
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215struct ustat {
216 __kernel_daddr_t f_tfree;
217 __kernel_ino_t f_tinode;
218 char f_fname[6];
219 char f_fpack[6];
220};
221
maximilian attems6c7c6af2008-05-23 13:04:29 -0700222#endif /* __KERNEL__ */
Jaswinder Singh Rajput527bdfe2009-02-06 20:47:58 +0530223#endif /* __ASSEMBLY__ */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224#endif /* _LINUX_TYPES_H */