Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3836 → Rev 3837

/trunk/kernel/arch/ppc32/include/mm/tlb.h
59,7 → 59,7
} phte_t;
 
extern void pht_refill(int n, istate_t *istate);
extern bool pht_real_refill(int n, istate_t *istate) __attribute__ ((section("K_UNMAPPED_TEXT_START")));
extern bool pht_refill_real(int n, istate_t *istate) __attribute__ ((section("K_UNMAPPED_TEXT_START")));
extern void pht_init(void);
 
#endif