Files
ipxe/src/arch/i386/include/gateA20.h
Michael Brown 9c832a6a69 First version
2005-05-17 13:41:00 +00:00

8 lines
131 B
C

#ifndef GATEA20_H
#define GATEA20_H
extern void gateA20_set ( void );
extern void gateA20_unset ( void );
#endif /* GATEA20_H */