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