summaryrefslogtreecommitdiff
path: root/sys/arch/palm/include/conf.h
blob: 23a40d5a45b52358f170b82fbb09f66889c49a2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*	$OpenBSD: conf.h,v 1.2 2010/11/28 20:49:47 miod Exp $	*/
/*	$NetBSD: conf.h,v 1.8 2002/02/10 12:26:03 chris Exp $	*/

#ifndef _PALM_CONF_H
#define	_PALM_CONF_H

#include <sys/conf.h>

/*
 * PALM specific device includes go in here
 */

#include <arm/conf.h>

#endif	/* _PALM_CONF_H */