No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / mvme68k / stand / libbug / diskwr.c
blob3c4292858e926efe5e362a4bd5433fa43b5005a6
1 /* $NetBSD: diskwr.c,v 1.2 1996/05/17 19:50:40 chuck Exp $ */
3 /*
4 * bug routines -- assumes that the necessary sections of memory
5 * are preserved.
6 */
7 #include <sys/types.h>
8 #include <machine/prom.h>
10 #include "libbug.h"
12 /* returns 0: success, nonzero: error */
13 int
14 mvmeprom_diskwr(struct mvmeprom_dskio *arg)
16 int ret;
18 MVMEPROM_ARG1(arg);
19 MVMEPROM_CALL(MVMEPROM_DSKWR);
20 MVMEPROM_STATRET(ret);