source: bootcd/isolinux/syslinux-6.03/com32/lib/sys/zeroregs.c @ e16e8f2

Last change on this file since e16e8f2 was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 178 bytes
Line 
1#include <com32.h>
2
3/* When we don't need to pass any registers, it's convenient to just
4   be able to pass a prepared all-zero structure. */
5const com32sys_t __com32_zero_regs;
Note: See TracBrowser for help on using the repository browser.