2023-02-05 09:45:17 +00:00
|
|
|
#ifndef ARCH_VGACON_H_
|
|
|
|
|
#define ARCH_VGACON_H_
|
|
|
|
|
|
2023-03-20 20:41:39 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
|
2023-02-05 09:45:17 +00:00
|
|
|
extern void vgacon_init(void);
|
|
|
|
|
|
2023-03-20 20:41:39 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|
2023-02-05 09:45:17 +00:00
|
|
|
#endif
|