1 /* $NetBSD: getbrdid.c,v 1.2 1996/05/17 19:50:45 chuck Exp $ */
4 * bug routines -- assumes that the necessary sections of memory
8 #include <machine/prom.h>
12 /* BUG - query board routines */
13 struct mvmeprom_brdid
*
14 mvmeprom_getbrdid(void)
16 struct mvmeprom_brdid
*id
;
19 MVMEPROM_CALL(MVMEPROM_GETBRDID
);