summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/include/pmap.h
blob: 9e32d5ed68175086979e097e61cc71d38b0d6ae8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*	$OpenBSD: pmap.h,v 1.11 2002/02/22 22:45:34 miod Exp $	*/

#ifndef	_MACHINE_PMAP_H_
#define	_MACHINE_PMAP_H_

#include <m68k/pmap_motorola.h>

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

#endif	/* _MACHINE_PMAP_H_ */