diff options
Diffstat (limited to 'arch/ia64/include/uapi/asm/Kbuild')
-rw-r--r-- | arch/ia64/include/uapi/asm/Kbuild | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/arch/ia64/include/uapi/asm/Kbuild b/arch/ia64/include/uapi/asm/Kbuild index baebb3da1d44..30cafac93703 100644 --- a/arch/ia64/include/uapi/asm/Kbuild +++ b/arch/ia64/include/uapi/asm/Kbuild | |||
@@ -1,3 +1,48 @@ | |||
1 | # UAPI Header export list | 1 | # UAPI Header export list |
2 | include include/uapi/asm-generic/Kbuild.asm | 2 | include include/uapi/asm-generic/Kbuild.asm |
3 | 3 | ||
4 | header-y += auxvec.h | ||
5 | header-y += bitsperlong.h | ||
6 | header-y += break.h | ||
7 | header-y += byteorder.h | ||
8 | header-y += cmpxchg.h | ||
9 | header-y += errno.h | ||
10 | header-y += fcntl.h | ||
11 | header-y += fpu.h | ||
12 | header-y += gcc_intrin.h | ||
13 | header-y += ia64regs.h | ||
14 | header-y += intel_intrin.h | ||
15 | header-y += intrinsics.h | ||
16 | header-y += ioctl.h | ||
17 | header-y += ioctls.h | ||
18 | header-y += ipcbuf.h | ||
19 | header-y += kvm.h | ||
20 | header-y += kvm_para.h | ||
21 | header-y += mman.h | ||
22 | header-y += msgbuf.h | ||
23 | header-y += param.h | ||
24 | header-y += perfmon.h | ||
25 | header-y += perfmon_default_smpl.h | ||
26 | header-y += poll.h | ||
27 | header-y += posix_types.h | ||
28 | header-y += ptrace.h | ||
29 | header-y += ptrace_offsets.h | ||
30 | header-y += resource.h | ||
31 | header-y += rse.h | ||
32 | header-y += sembuf.h | ||
33 | header-y += setup.h | ||
34 | header-y += shmbuf.h | ||
35 | header-y += sigcontext.h | ||
36 | header-y += siginfo.h | ||
37 | header-y += signal.h | ||
38 | header-y += socket.h | ||
39 | header-y += sockios.h | ||
40 | header-y += stat.h | ||
41 | header-y += statfs.h | ||
42 | header-y += swab.h | ||
43 | header-y += termbits.h | ||
44 | header-y += termios.h | ||
45 | header-y += types.h | ||
46 | header-y += ucontext.h | ||
47 | header-y += unistd.h | ||
48 | header-y += ustack.h | ||