Subversion Repositories HelenOS

Rev

Rev 2277 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2277 Rev 2278
Line 274... Line 274...
274
}
274
}
275
 
275
 
276
 
276
 
277
extern void page_arch_init(void);
277
extern void page_arch_init(void);
278
 
278
 
279
extern void prefetch_abort(int n, istate_t *istate);
-
 
280
extern void data_abort(int n, istate_t *istate);
-
 
281
 
279
 
282
#endif /* __ASM__ */
280
#endif /* __ASM__ */
283
 
281
 
284
#endif /* KERNEL */
282
#endif /* KERNEL */
285
 
283