
#include <conf.h>
#include <kernel.h>
#include <io.h>

/*------------------------------------------------------------------------
 *  kbmgetc -- read a character from the physical keyboard
 *------------------------------------------------------------------------
 */
kbmgetc(devptr )
struct	devsw	*devptr;
{
}


/*------------------------------------------------------------------------
 *  kbmread -- read from the physical keyboard
 *------------------------------------------------------------------------
 */
kbmread(devptr, buff, count )
struct	devsw	*devptr;
char *buff;
int count;
{
}
