Commit 0c02fa2f authored by Rabin Vincent's avatar Rabin Vincent Committed by Jesper Nilsson

CRIS: UAPI: use generic headers via Kbuild

Use Kbuild magic to include the generic headers.
Signed-off-by: default avatarRabin Vincent <rabin@rab.in>
Signed-off-by: default avatarJesper Nilsson <jesper.nilsson@axis.com>
parent 2493d3e2
generic-y += atomic.h
generic-y += barrier.h
generic-y += bitsperlong.h
generic-y += clkdev.h
generic-y += cmpxchg.h
generic-y += cputime.h
generic-y += device.h
generic-y += div64.h
generic-y += errno.h
generic-y += exec.h
generic-y += emergency-restart.h
generic-y += fcntl.h
generic-y += futex.h
generic-y += hardirq.h
generic-y += ioctl.h
generic-y += ipcbuf.h
generic-y += irq_regs.h
generic-y += irq_work.h
generic-y += kdebug.h
......@@ -19,10 +24,15 @@ generic-y += local.h
generic-y += local64.h
generic-y += mcs_spinlock.h
generic-y += mm-arch-hooks.h
generic-y += mman.h
generic-y += module.h
generic-y += percpu.h
generic-y += poll.h
generic-y += preempt.h
generic-y += resource.h
generic-y += sections.h
generic-y += siginfo.h
generic-y += statfs.h
generic-y += topology.h
generic-y += trace_clock.h
generic-y += vga.h
......
#include <asm-generic/bitsperlong.h>
#ifndef _CRIS_ERRNO_H
#define _CRIS_ERRNO_H
#include <asm-generic/errno.h>
#endif
#include <asm-generic/fcntl.h>
#include <asm-generic/ioctl.h>
#include <asm-generic/ipcbuf.h>
#include <asm-generic/kvm_para.h>
#include <asm-generic/mman.h>
#include <asm-generic/poll.h>
#ifndef _CRIS_RESOURCE_H
#define _CRIS_RESOURCE_H
#include <asm-generic/resource.h>
#endif
#ifndef _CRIS_SIGINFO_H
#define _CRIS_SIGINFO_H
#include <asm-generic/siginfo.h>
#endif
#ifndef _CRIS_STATFS_H
#define _CRIS_STATFS_H
#include <asm-generic/statfs.h>
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment