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

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

1.1     ! nbrk        1: /*     $OpenBSD: pte.h,v 1.7 2002/01/10 22:25:40 miod Exp $    */
        !             2:
        !             3: #ifndef        _MACHINE_PTE_H_
        !             4: #define        _MACHINE_PTE_H_
        !             5:
        !             6: #include <m68k/pte_motorola.h>
        !             7:
        !             8: #define        MACHINE_STSIZE          M68K_STSIZE
        !             9: #define        MACHINE_MAX_PTSIZE      M68K_MAX_PTSIZE
        !            10: #define        MACHINE_MAX_KPTSIZE     M68K_MAX_KPTSIZE
        !            11: #define        MACHINE_PTBASE          M68K_PTBASE
        !            12: #define        MACHINE_PTMAXSIZE       M68K_PTMAXSIZE
        !            13:
        !            14: #endif /* _MACHINE_PTE_H_ */

CVSweb