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
|