mirror of
https://github.com/limine-bootloader/limine
synced 2024-11-26 10:29:54 +03:00
10 lines
122 B
C
10 lines
122 B
C
|
#ifndef __SYS__A20_H__
|
||
|
#define __SYS__A20_H__
|
||
|
|
||
|
#include <stdbool.h>
|
||
|
|
||
|
bool a20_check(void);
|
||
|
bool a20_enable(void);
|
||
|
|
||
|
#endif
|