mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 09:01:24 +03:00
[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:
committed by
Michael Brown
parent
bb5b66b887
commit
0e5fc47a25
6
src/arch/i386/include/bits/linux_api.h
Normal file
6
src/arch/i386/include/bits/linux_api.h
Normal 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 */
|
||||
Reference in New Issue
Block a user