diff options
| author | Geert Uytterhoeven <geert@linux-m68k.org> | 2002-11-02 23:55:26 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-11-02 23:55:26 -0800 |
| commit | e49255e0108f4092fb163c6c5d195d9c4063b282 (patch) | |
| tree | 695b34bf186fd64cd925a69dbe2381aa8d740db3 /include | |
| parent | fbcd20a8fb013e48eacb085cac5fd51c8c792dc2 (diff) | |
[PATCH] Sun-3 ioremap()
Add ioremap() support for Sun-3 and modify the Sun-3 LANCE and i82586 OBIO
Ethernet drivers to use it (from Sam Creasey)
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-m68k/sun3mmu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-m68k/sun3mmu.h b/include/asm-m68k/sun3mmu.h index 7277c2b77b1d..bf9b0f26ba24 100644 --- a/include/asm-m68k/sun3mmu.h +++ b/include/asm-m68k/sun3mmu.h @@ -161,6 +161,9 @@ extern __inline__ void sun3_put_context(unsigned char c) return; } +extern void *sun3_ioremap(unsigned long phys, unsigned long size, + unsigned long type); + #endif /* !__ASSEMBLY__ */ |
