Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
types.h
Go to the documentation of this file.
1 /*
2  * This file is never included by application software unless explicitly
3  * requested (e.g., via linux/types.h) in which case the application is
4  * Linux specific so (user-) name space pollution is not a major issue.
5  * However, for interoperability, libraries still need to be careful to
6  * avoid naming clashes.
7  *
8  * Based on <asm-alpha/types.h>.
9  *
10  * Modified 1998-2000, 2002
11  * David Mosberger-Tang <[email protected]>, Hewlett-Packard Co
12  */
13 #ifndef _ASM_IA64_TYPES_H
14 #define _ASM_IA64_TYPES_H
15 
16 #include <asm-generic/int-ll64.h>
17 #include <uapi/asm/types.h>
18 
19 #ifdef __ASSEMBLY__
20 #else
21 /*
22  * These aren't exported outside the kernel to avoid name space clashes
23  */
24 
25 struct fnptr {
26  unsigned long ip;
27  unsigned long gp;
28 };
29 
30 #endif /* !__ASSEMBLY__ */
31 #endif /* _ASM_IA64_TYPES_H */