minix/sys/rump/dev/lib/libcgd/ioconf.c
2016-12-27 23:39:47 +01:00

33 lines
638 B
C

#include "ioconf.h"
/*
* MACHINE GENERATED: DO NOT EDIT
*
* ioconf.c, from "/home/boricj/Documents/Projets/minix/src/sys/rump/dev/lib/libcgd/CGD.ioconf"
*/
#include <sys/param.h>
#include <sys/conf.h>
#include <sys/device.h>
#include <sys/mount.h>
static struct cfdriver * const cfdriver_ioconf_cgd[] = {
NULL
};
#define NORM FSTATE_NOTFOUND
#define STAR FSTATE_STAR
static struct cfdata cfdata_ioconf_cgd[] = {
/* driver attachment unit state loc flags pspec */
{ NULL, NULL, 0, 0, NULL, 0, NULL }
};
static const struct cfattachinit cfattach_ioconf_cgd[] = {
{ NULL, NULL }
};