switch-coreboot/util/vgabios/int16.c
2002-04-23 20:47:04 +00:00

7 lines
116 B
C

#include <stdio.h>
int int16_handler(void)
{
printf("\nint16: keyboard not supported right now.\n");
return 1;
}