diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-01-18 04:42:15 -0500 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-01-28 02:04:21 -0500 |
commit | 79a033c6b946c252c5217907d244cdb37b1114b5 (patch) | |
tree | 08f65ce77118a65e443f05b7ed570ee45b27039b /arch | |
parent | 949db153b6466c6f7cad5a427ecea94985927311 (diff) |
ARC: Generic Headers
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arc/include/asm/Kbuild | 58 | ||||
-rw-r--r-- | arch/arc/include/asm/asm-offsets.h | 9 |
2 files changed, 67 insertions, 0 deletions
diff --git a/arch/arc/include/asm/Kbuild b/arch/arc/include/asm/Kbuild new file mode 100644 index 000000000000..a90a3c6c97e4 --- /dev/null +++ b/arch/arc/include/asm/Kbuild | |||
@@ -0,0 +1,58 @@ | |||
1 | include include/asm-generic/Kbuild.asm | ||
2 | |||
3 | # 7-Oct-12: Jeremy Bennett <jeremy.bennett@embecosm.com>. Some of these | ||
4 | # headers, beyond those specified in the generic set are needed by user code. | ||
5 | |||
6 | header-y += page.h | ||
7 | header-y += cachectl.h | ||
8 | |||
9 | generic-y += auxvec.h | ||
10 | generic-y += bugs.h | ||
11 | generic-y += bitsperlong.h | ||
12 | generic-y += clkdev.h | ||
13 | generic-y += cputime.h | ||
14 | generic-y += current.h | ||
15 | generic-y += device.h | ||
16 | generic-y += div64.h | ||
17 | generic-y += emergency-restart.h | ||
18 | generic-y += errno.h | ||
19 | generic-y += fcntl.h | ||
20 | generic-y += fb.h | ||
21 | generic-y += ftrace.h | ||
22 | generic-y += hardirq.h | ||
23 | generic-y += hw_irq.h | ||
24 | generic-y += ioctl.h | ||
25 | generic-y += ioctls.h | ||
26 | generic-y += ipcbuf.h | ||
27 | generic-y += irq_regs.h | ||
28 | generic-y += kmap_types.h | ||
29 | generic-y += kvm_para.h | ||
30 | generic-y += local.h | ||
31 | generic-y += local64.h | ||
32 | generic-y += mman.h | ||
33 | generic-y += msgbuf.h | ||
34 | generic-y += param.h | ||
35 | generic-y += parport.h | ||
36 | generic-y += percpu.h | ||
37 | generic-y += poll.h | ||
38 | generic-y += posix_types.h | ||
39 | generic-y += resource.h | ||
40 | generic-y += scatterlist.h | ||
41 | generic-y += sembuf.h | ||
42 | generic-y += shmbuf.h | ||
43 | generic-y += shmparam.h | ||
44 | generic-y += siginfo.h | ||
45 | generic-y += socket.h | ||
46 | generic-y += sockios.h | ||
47 | generic-y += stat.h | ||
48 | generic-y += statfs.h | ||
49 | generic-y += termbits.h | ||
50 | generic-y += termios.h | ||
51 | generic-y += topology.h | ||
52 | generic-y += trace_clock.h | ||
53 | generic-y += types.h | ||
54 | generic-y += ucontext.h | ||
55 | generic-y += unaligned.h | ||
56 | generic-y += user.h | ||
57 | generic-y += vga.h | ||
58 | generic-y += xor.h | ||
diff --git a/arch/arc/include/asm/asm-offsets.h b/arch/arc/include/asm/asm-offsets.h new file mode 100644 index 000000000000..dad18768fe43 --- /dev/null +++ b/arch/arc/include/asm/asm-offsets.h | |||
@@ -0,0 +1,9 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) | ||
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | ||
8 | |||
9 | #include <generated/asm-offsets.h> | ||