mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
7 lines
116 B
C
7 lines
116 B
C
#include <stdio.h>
|
|
|
|
int int16_handler(void)
|
|
{
|
|
printf("\nint16: keyboard not supported right now.\n");
|
|
return 1;
|
|
}
|