summaryrefslogtreecommitdiff
path: root/com32/include/syslinux/pxe_api.h
Commit message (Collapse)AuthorAgeFilesLines
* Changes missing from previous checkinH. Peter Anvin2010-03-071-0/+5
| | | | | | Add files missing from previous checkin... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Core:pxelinux: unload_pxe converted.Liu Aleaxander2009-08-301-0/+5
| | | | | | I found it's also better to convert the unload_pxe, but I am not sure I'm right. Signed-off-by: Liu Aleaxander <Aleaxander@gmail.com>
* Core:pxelinux: The pxe structures are all converted to standard structures.syslinux-4.00-pre3Liu Aleaxander2009-08-291-0/+30
| | | | | | converts the current pxe structures to standard structures; removes the old one in pxe.h. Signed-off-by: Liu Aleaxander <Aleaxander@gmail.com>
* pxe: clean up C code; reimplement "Plan C"; share PXE API definitionsH. Peter Anvin2009-08-111-0/+531
Minor cleanups to the C code. Reimplement "Plan C" for finding the entry point. Share the PXE API definitions between com32 and the core. Signed-off-by: H. Peter Anvin <hpa@zytor.com>