1 /*--------------------------------------------------------*\
2  | nulrq.c                                                |
3  |                                                        |
4  | This file exists to provide an empty implementation of |
5  | the bios() function when linking the keytest program.  |
6 \*--------------------------------------------------------*/
7 
bios(int func)8 void bios(int func)
9 {
10 }
11 
12