[linux] Add linux api headers

Signed-off-by: Piotr Jaroszyński <p.jaroszynski@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Piotr Jaroszyński
2010-05-27 19:13:56 +02:00
committed by Michael Brown
parent bb5b66b887
commit 0e5fc47a25
4 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#ifndef _I386_LINUX_API_H
#define _I386_LINUX_API_H
#define __SYSCALL_mmap __NR_mmap2
#endif /* _I386_LINUX_API_H */