Kyle Swenson | 8d8f654 | 2021-03-15 11:02:55 -0600 | [diff] [blame^] | 1 | # UAPI Header export list |
2 | include include/uapi/asm-generic/Kbuild.asm | ||||
3 | |||||
4 | header-y += auxvec.h | ||||
5 | header-y += bitsperlong.h | ||||
6 | header-y += byteorder.h | ||||
7 | header-y += cachectl.h | ||||
8 | header-y += hardwall.h | ||||
9 | header-y += kvm_para.h | ||||
10 | header-y += mman.h | ||||
11 | header-y += ptrace.h | ||||
12 | header-y += setup.h | ||||
13 | header-y += sigcontext.h | ||||
14 | header-y += siginfo.h | ||||
15 | header-y += signal.h | ||||
16 | header-y += stat.h | ||||
17 | header-y += swab.h | ||||
18 | header-y += ucontext.h | ||||
19 | header-y += unistd.h | ||||
20 | |||||
21 | generic-y += ucontext.h |