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