mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 18:12:36 +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/x86_64/include/bits/linux_api.h
Normal file
6
src/arch/x86_64/include/bits/linux_api.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _X86_64_LINUX_API_H
|
||||
#define _X86_64_LINUX_API_H
|
||||
|
||||
#define __SYSCALL_mmap __NR_mmap
|
||||
|
||||
#endif /* _X86_64_LINUX_API_H */
|
||||
Reference in New Issue
Block a user