/* $NetBSD: instat.c,v 1.1 1996/05/17 19:31:53 chuck Exp $ */ /* * bug routines -- assumes that the necessary sections of memory * are preserved. */ #include #include /* returns 0 if no characters ready to read */ int mvmeprom_instat() { int ret; MVMEPROM_CALL(MVMEPROM_INSTAT); MVMEPROM_STATRET(ret); }