summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/include/gateA20.h
blob: 297ad6f21b3973d6899d32db5b61531263912b90 (plain)
1
2
3
4
5
6
7
#ifndef GATEA20_H
#define GATEA20_H

extern void gateA20_set ( void );
extern void gateA20_unset ( void );

#endif /* GATEA20_H */