Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1608 → Rev 1609

/kernel/trunk/arch/ppc32/include/mm/page.h
143,7 → 143,7
unsigned pp : 2; /**< Page protection */
} phte_t;
 
extern void pht_refill(bool data, istate_t *istate);
extern void pht_refill(int n, istate_t *istate);
extern void pht_init(void);
 
#endif /* __ASM__ */