6bb5142288
sprinkling them around the faction directories. Avoids having to add a CPPFLAGS (or several) to pretty much every component Makefile. Leave compat headers around in the old locations. The commit changes some autogenerated files, but I'll fix the generators shortly and regen.
19 lines
371 B
C
19 lines
371 B
C
/* $NetBSD: umass_component.c,v 1.2 2016/01/26 23:12:16 pooka Exp $ */
|
|
|
|
#include <sys/param.h>
|
|
#include <sys/conf.h>
|
|
#include <sys/device.h>
|
|
#include <sys/kmem.h>
|
|
#include <sys/stat.h>
|
|
|
|
#include "ioconf.c"
|
|
|
|
#include <rump-sys/kern.h>
|
|
|
|
RUMP_COMPONENT(RUMP_COMPONENT_DEV)
|
|
{
|
|
|
|
config_init_component(cfdriver_ioconf_umass,
|
|
cfattach_ioconf_umass, cfdata_ioconf_umass);
|
|
}
|