Files
mango/arch/x86_64/include/arch/vgacon.h
2023-03-20 20:41:39 +00:00

15 lines
155 B
C

#ifndef ARCH_VGACON_H_
#define ARCH_VGACON_H_
#ifdef __cplusplus
extern "C" {
#endif
extern void vgacon_init(void);
#ifdef __cplusplus
}
#endif
#endif