[BACK]Return to pmap.h CVS log [TXT][DIR] Up to [local] / sys / arch / mvme68k / include

Annotation of sys/arch/mvme68k/include/pmap.h, Revision 1.1

1.1     ! nbrk        1: /*     $OpenBSD: pmap.h,v 1.12 2002/03/14 01:26:37 millert Exp $       */
        !             2:
        !             3: #ifndef        _MACHINE_PMAP_H_
        !             4: #define        _MACHINE_PMAP_H_
        !             5:
        !             6: #include <m68k/pmap_motorola.h>
        !             7:
        !             8: #ifdef _KERNEL
        !             9: void pmap_init_md(void);
        !            10: #define        PMAP_INIT_MD()  pmap_init_md()
        !            11: #endif
        !            12:
        !            13: #endif /* _MACHINE_PMAP_H_ */

CVSweb