mirror of
https://github.com/ipxe/ipxe
synced 2026-01-02 01:42:37 +03:00
8 lines
131 B
C
8 lines
131 B
C
|
|
#ifndef GATEA20_H
|
||
|
|
#define GATEA20_H
|
||
|
|
|
||
|
|
extern void gateA20_set ( void );
|
||
|
|
extern void gateA20_unset ( void );
|
||
|
|
|
||
|
|
#endif /* GATEA20_H */
|