[linux] Rewrite headers included in all builds

Rewrite (and relicense) the header files which are included in all
builds of iPXE (including non-Linux builds).

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2015-03-05 02:43:37 +00:00
parent 81166302a0
commit bfbb2b8f1c
7 changed files with 73 additions and 80 deletions

View File

@@ -27,7 +27,6 @@ FILE_LICENCE(GPL2_OR_LATER);
*
*/
PROVIDE_UACCESS_INLINE(linux, phys_to_user);
PROVIDE_UACCESS_INLINE(linux, user_to_phys);
PROVIDE_UACCESS_INLINE(linux, virt_to_user);
PROVIDE_UACCESS_INLINE(linux, user_to_virt);