No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / mvme68k / stand / libbug / delay.c
blob4ef6cab7979dbc6b27598dd7418db9af0a2be5a7
1 /* $NetBSD: delay.c,v 1.2 1996/05/17 19:50:28 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 /* BUG - timing routine */
13 void
14 mvmeprom_delay(int msec)
17 MVMEPROM_ARG1(msec);
18 MVMEPROM_CALL(MVMEPROM_DELAY);