need sys/types.h, as pointed out by Rich Murphey. also, use 'machine/pio.h'
This commit is contained in:
parent
fe95a848b5
commit
c231ef26cb
|
@ -25,10 +25,11 @@
|
|||
* any improvements or extensions that they make and grant Carnegie Mellon
|
||||
* the rights to redistribute these changes.
|
||||
*
|
||||
* $Id: io.c,v 1.5 1993/08/28 01:19:01 brezak Exp $
|
||||
* $Id: io.c,v 1.6 1993/12/23 07:12:00 cgd Exp $
|
||||
*/
|
||||
|
||||
#include <i386/include/pio.h>
|
||||
#include <sys/types.h>
|
||||
#include <machine/pio.h>
|
||||
|
||||
#define K_RDWR 0x60 /* keyboard data & cmds (read/write) */
|
||||
#define K_STATUS 0x64 /* keyboard status */
|
||||
|
|
Loading…
Reference in New Issue