machines.c revision 1.1 1 1.1 lukem /* $NetBSD: machines.c,v 1.1 2002/04/03 05:58:45 lukem Exp $ */
2 1.1 lukem
3 1.1 lukem /* DO NOT EDIT-- this file is automatically generated. */
4 1.1 lukem
5 1.1 lukem #include <sys/types.h>
6 1.1 lukem #include "installboot.h"
7 1.1 lukem
8 1.1 lukem int vax_parseopt(ib_params *, const char *);
9 1.1 lukem int vax_setboot(ib_params *);
10 1.1 lukem int vax_clearboot(ib_params *);
11 1.1 lukem
12 1.1 lukem struct ib_mach machines[] = {
13 1.1 lukem { "vax", vax_parseopt, vax_setboot, vax_clearboot },
14 1.1 lukem { 0, 0, 0, 0 },
15 1.1 lukem };
16