limine/common/sys/a20.h
cospplredman ba5c0004e6 fixed header guard names
made them more standard compliant
2024-03-20 03:06:55 +01:00

10 lines
118 B
C

#ifndef SYS__A20_H__
#define SYS__A20_H__
#include <stdbool.h>
bool a20_check(void);
bool a20_enable(void);
#endif