summaryrefslogtreecommitdiff
path: root/com32/include/syslinux/bootpm.h
Commit message (Collapse)AuthorAgeFilesLines
* Run Nindent on com32/include/syslinux/bootpm.hH. Peter Anvin2009-05-291-13/+11
| | | | | | | | | Automatically reformat com32/include/syslinux/bootpm.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>
* Move the prototypes for syslinux_shuffle_boot_*()H. Peter Anvin2008-02-121-0/+7
| | | | | | | Move the prototypes for syslinux_shuffle_boot_[pr]m() from <syslinux/movebits.h> to <syslinux/boot[pr]m.h>, which anyway has the required structure definitions. #include <syslinux/movebits.h> in those files instead of relying on forward structure definitions.
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
|
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-4/+3
|
* Add a register-setting shuffle and boot for real mode; clean up headers.syslinux-3.40-pre14H. Peter Anvin2007-03-141-0/+53
- Add an API function to shuffle and boot which sets *all* RM registers; - Move those structures to <syslinux/bootpm.h> and <syslinux/bootrm.h>