Staging: bcm: nvm.c: Fixed variable type
[linux-2.6/btrfs-unstable.git] / arch / sparc / mm / mm_32.h
bloba6c27ca9a72197f5b8f9be588c86c7d5f5542300
1 /* fault_32.c - visible as they are called from assembler */
2 asmlinkage int lookup_fault(unsigned long pc, unsigned long ret_pc,
3 unsigned long address);
4 asmlinkage void do_sparc_fault(struct pt_regs *regs, int text_fault, int write,
5 unsigned long address);
7 void window_overflow_fault(void);
8 void window_underflow_fault(unsigned long sp);
9 void window_ret_fault(struct pt_regs *regs);
11 /* srmmu.c */
12 extern char *srmmu_name;
13 extern int viking_mxcc_present;
14 extern int flush_page_for_dma_global;
16 extern void (*poke_srmmu)(void);
18 void __init srmmu_paging_init(void);
20 /* iommu.c */
21 void ld_mmu_iommu(void);
23 /* io-unit.c */
24 void ld_mmu_iounit(void);