summaryrefslogtreecommitdiff
path: root/com32/lib/syslinux/features.c
Commit message (Collapse)AuthorAgeFilesLines
* elflink: Replace __intcall() with direct function callsMatt Fleming2012-07-201-51/+0
| | | | | | | | There's no reason to use the COMBOOT API at all now that we can have any undefined symbols resolved at runtime - we can just access functions directly. Signed-off-by: Matt Fleming <matt.fleming@intel.com>
* Run Nindent on com32/lib/syslinux/features.cH. Peter Anvin2009-05-291-6/+6
| | | | | | | | | Automatically reformat com32/lib/syslinux/features.c 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>
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
|
* Add interface for querying the syslinux feature flags.H. Peter Anvin2007-03-201-0/+51