]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[pxe] Modularise PXE API provision
authorMichael Brown <mcb30@ipxe.org>
Sun, 11 Dec 2011 01:35:49 +0000 (01:35 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sun, 11 Dec 2011 02:27:58 +0000 (02:27 +0000)
commitfa410e0a414f932cf170db5fb1e6fc340f37ec53
tree27825a05cb98783ec44ad26e9c589b452648520b
parent61944ed602e756c5a398b7ad5f352811bb7b5e77
[pxe] Modularise PXE API provision

Use the linker table infrastructure to dispatch PXE API calls to the
relevant function.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/include/pxe.h
src/arch/i386/include/pxe_api.h
src/arch/i386/interface/pxe/pxe_call.c
src/arch/i386/interface/pxe/pxe_file.c
src/arch/i386/interface/pxe/pxe_preboot.c
src/arch/i386/interface/pxe/pxe_tftp.c
src/arch/i386/interface/pxe/pxe_udp.c
src/arch/i386/interface/pxe/pxe_undi.c