License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / ia64 / include / asm / types.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4 2/*
e088a4ad
MW
3 * This file is never included by application software unless explicitly
4 * requested (e.g., via linux/types.h) in which case the application is
5 * Linux specific so (user-) name space pollution is not a major issue.
6 * However, for interoperability, libraries still need to be careful to
7 * avoid naming clashes.
1da177e4
LT
8 *
9 * Based on <asm-alpha/types.h>.
10 *
11 * Modified 1998-2000, 2002
12 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
13 */
43e40f25
DH
14#ifndef _ASM_IA64_TYPES_H
15#define _ASM_IA64_TYPES_H
1da177e4 16
e088a4ad 17#include <asm-generic/int-ll64.h>
43e40f25 18#include <uapi/asm/types.h>
4a4bb4ce 19
1da177e4 20#ifdef __ASSEMBLY__
1da177e4 21#else
1da177e4
LT
22/*
23 * These aren't exported outside the kernel to avoid name space clashes
24 */
1da177e4 25
a651d80c
TL
26struct fnptr {
27 unsigned long ip;
28 unsigned long gp;
29};
30
1da177e4 31#endif /* !__ASSEMBLY__ */
1da177e4 32#endif /* _ASM_IA64_TYPES_H */