]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/microblaze/bits/syscalls.h
Inital import
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libc / sysdeps / linux / microblaze / bits / syscalls.h
1 #ifndef _BITS_SYSCALLS_H
2 #define _BITS_SYSCALLS_H
3 #ifndef _SYSCALL_H
4 # error "Never use <bits/syscalls.h> directly; include <sys/syscall.h> instead."
5 #endif
6
7 #include <features.h>
8
9 /* Do something very evil for now.  Until we create our own syscall
10  * macros, short circuit bits/sysnum.h  and use asm/unistd.h instead */
11 #warning "fixme -- add arch specific syscall macros.h"
12 #include <asm/unistd.h>
13
14 #endif /* _BITS_SYSCALLS_H */
15