Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
coreboot
/
63a0c80ce5a19410d0608fede5a9fe0ec1c8e5c1
/
.
/
util
/
vgabios
/
int16.c
blob: f3a971900851b794146db1d00dbc302be7aaf12b [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
int16_handler
(
void
)
{
printf
(
"\nint16: keyboard not supported right now.\n"
);
return
1
;
}