ZOVboot/limine/common/sys/a20.h
2026-03-13 14:19:46 +00:00

9 lines
118 B
C

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