david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/arch/i386/include/gateA20.h

8 lines
131 B
C
Raw Normal View History

2005-05-17 15:41:00 +02:00
#ifndef GATEA20_H
#define GATEA20_H
extern void gateA20_set ( void );
extern void gateA20_unset ( void );
#endif /* GATEA20_H */