summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/conf.h
blob: ee6b603b81a4da29816a411a529f773bc92deb68 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _MACHINE_CONF_H_
#define	_MACHINE_CONF_H_

#ifdef KERNEL
#ifndef ACTUALLY_LKM_NOT_KERNEL
#include "ioconf.h"
#endif

#endif /* KERNEL */

#endif /* !_MACHINE_CONF_H_ */
OpenPOWER on IntegriCloud