/* $OpenBSD: pmap.h,v 1.13 2002/01/10 21:10:47 miod Exp $ */ #ifndef _MACHINE_PMAP_H_ #define _MACHINE_PMAP_H_ #include #ifdef _KERNEL void pmap_init_md __P((void)); #define PMAP_INIT_MD() pmap_init_md() #endif #endif /* _MACHINE_PMAP_H_ */