summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include
diff options
context:
space:
mode:
authorPiotr Jaroszyński2010-05-27 19:13:56 +0200
committerMichael Brown2010-08-19 13:29:37 +0200
commit0e5fc47a25069bcfe1bc939ae4e72235662f6dee (patch)
tree422710cc9607c58d7b570bfd41d6e83c11ab9c1c /src/arch/x86/include
parent[linux] Add linuxprefix (diff)
downloadipxe-0e5fc47a25069bcfe1bc939ae4e72235662f6dee.tar.gz
ipxe-0e5fc47a25069bcfe1bc939ae4e72235662f6dee.tar.xz
ipxe-0e5fc47a25069bcfe1bc939ae4e72235662f6dee.zip
[linux] Add linux api headers
Signed-off-by: Piotr Jaroszyński <p.jaroszynski@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86/include')
-rw-r--r--src/arch/x86/include/bits/linux_api_platform.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/arch/x86/include/bits/linux_api_platform.h b/src/arch/x86/include/bits/linux_api_platform.h
new file mode 100644
index 000000000..4a9ced5e2
--- /dev/null
+++ b/src/arch/x86/include/bits/linux_api_platform.h
@@ -0,0 +1,6 @@
+#ifndef _LINUX_API_PLATFORM_H
+#define _LINUX_API_PLATFORM_H
+
+extern int linux_errno;
+
+#endif /* _LINUX_API_PLATFORM_H */