summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/include/pmap.h
blob: 1c134b9078f8dc8f54e5aff124ff45d103e1aa91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*	$OpenBSD: pmap.h,v 1.14 2002/03/14 01:26:31 millert Exp $	*/

#ifndef	_MACHINE_PMAP_H_
#define	_MACHINE_PMAP_H_

#include <m68k/pmap_motorola.h>

#ifdef	_KERNEL
void pmap_init_md(void);
#define	PMAP_INIT_MD()	pmap_init_md()
#endif

#endif	/* _MACHINE_PMAP_H_ */