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

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

1.1     ! nbrk        1: /*     $OpenBSD: pmap.h,v 1.19 2005/04/27 00:12:43 miod Exp $  */
        !             2:
        !             3: #ifndef        _MAC68K_PMAP_H_
        !             4: #define        _MAC68K_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 /* _KERNEL */
        !            12:
        !            13: #endif /* _MAC68K_PMAP_H_ */

CVSweb