aboutsummaryrefslogtreecommitdiff
path: root/util/vgabios/int16.c
blob: f3a971900851b794146db1d00dbc302be7aaf12b (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int int16_handler(void)
{
	printf("\nint16: keyboard not supported right now.\n");
	return 1;
}