Files
magenta/arch/x86_64/include/arch/vgacon.h
T

15 lines
155 B
C
Raw Normal View History

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