/* $NetBSD: diskrd.c,v 1.2 1996/05/17 19:50:35 chuck Exp $ */ /* * bug routines -- assumes that the necessary sections of memory * are preserved. */ #include #include #include "libbug.h" /* returns 0: success, nonzero: error */ int mvmeprom_diskrd(struct mvmeprom_dskio *arg) { int ret; MVMEPROM_ARG1(arg); MVMEPROM_CALL(MVMEPROM_DSKRD); MVMEPROM_STATRET(ret); }