7 lines
86 B
C
7 lines
86 B
C
#ifndef ARCH_VGACON_H_
|
|
#define ARCH_VGACON_H_
|
|
|
|
extern void vgacon_init(void);
|
|
|
|
#endif
|