diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-05-08 23:20:01 +0900 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-06-23 13:35:50 +0900 |
commit | 88d1739f54200cecd7b25c9e53ede90309b59526 (patch) | |
tree | 250b07417fe0c947d0499d97d8ad82ec216e85c1 /arch/h8300/include/uapi/asm/Kbuild | |
parent | d2a5f4999f6c211adf30d9788349e13988d6f2a7 (diff) |
h8300: UAPI headers
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'arch/h8300/include/uapi/asm/Kbuild')
-rw-r--r-- | arch/h8300/include/uapi/asm/Kbuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/arch/h8300/include/uapi/asm/Kbuild b/arch/h8300/include/uapi/asm/Kbuild new file mode 100644 index 000000000000..fb6101a5d4f1 --- /dev/null +++ b/arch/h8300/include/uapi/asm/Kbuild @@ -0,0 +1,30 @@ +# UAPI Header export list +include include/uapi/asm-generic/Kbuild.asm + +header-y += auxvec.h +header-y += bitsperlong.h +header-y += errno.h +header-y += fcntl.h +header-y += ioctl.h +header-y += ioctls.h +header-y += ipcbuf.h +header-y += kvm_para.h +header-y += mman.h +header-y += msgbuf.h +header-y += param.h +header-y += poll.h +header-y += posix_types.h +header-y += resource.h +header-y += sembuf.h +header-y += setup.h +header-y += shmbuf.h +header-y += siginfo.h +header-y += socket.h +header-y += sockios.h +header-y += stat.h +header-y += statfs.h +header-y += swab.h +header-y += termbits.h +header-y += termios.h +header-y += types.h +header-y += unistd.h |