1 /* $NetBSD: inchr.c,v 1.3 2005/12/11 12:18:19 christos Exp $ */
4 * bug routines -- assumes that the necessary sections of memory
8 #include <machine/prom.h>
10 #include <lib/libsa/stand.h>
13 /* returns 0 if no characters ready to read */
20 MVMEPROM_CALL(MVMEPROM_INCHR
);
21 MVMEPROM_RETURN_BYTE(ret
);