source: bootcd/isolinux/syslinux-6.03/gpxe/src/arch/i386/include/gateA20.h

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

bootstuff

  • Property mode set to 100644
File size: 131 bytes
Line 
1#ifndef GATEA20_H
2#define GATEA20_H
3
4extern void gateA20_set ( void );
5extern void gateA20_unset ( void );
6
7#endif /* GATEA20_H */
Note: See TracBrowser for help on using the repository browser.