linux/arch/e2k/boot/bios/video/int16.c

13 lines
167 B
C

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