summaryrefslogtreecommitdiff
path: root/com32/include/syslinux/pxe.h
Commit message (Collapse)AuthorAgeFilesLines
* pxe: clean up C code; reimplement "Plan C"; share PXE API definitionsH. Peter Anvin2009-08-111-485/+2
| | | | | | | | 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>
* Run Nindent on com32/include/syslinux/pxe.hH. Peter Anvin2009-05-291-257/+218
| | | | | | | | | Automatically reformat com32/include/syslinux/pxe.h using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* hdt: Adding pxe_bootp_t structureErwan Velu2009-02-251-0/+32
|
* hdt: Adding pxe_get_nic_type(t_PXENV_UNDI_GET_NIC_TYPE *gnt)Erwan Velu2009-02-251-0/+1
|
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
|
* PXE header support; higher-level function for PXE GET_CACHED_INFOH. Peter Anvin2007-03-151-0/+532
Beginnings of higher-level functions for PXE support. For now, only pxe_get_cached_info() is actually supported.