aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/commproc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/commproc.h')
-rw-r--r--include/asm-powerpc/commproc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-powerpc/commproc.h b/include/asm-powerpc/commproc.h
index 397248705e0e..86fcf265c54a 100644
--- a/include/asm-powerpc/commproc.h
+++ b/include/asm-powerpc/commproc.h
@@ -66,7 +66,7 @@
66/* Export the base address of the communication processor registers 66/* Export the base address of the communication processor registers
67 * and dual port ram. 67 * and dual port ram.
68 */ 68 */
69extern cpm8xx_t *cpmp; /* Pointer to comm processor */ 69extern cpm8xx_t __iomem *cpmp; /* Pointer to comm processor */
70extern unsigned long cpm_dpalloc(uint size, uint align); 70extern unsigned long cpm_dpalloc(uint size, uint align);
71extern int cpm_dpfree(unsigned long offset); 71extern int cpm_dpfree(unsigned long offset);
72extern unsigned long cpm_dpalloc_fixed(unsigned long offset, uint size, uint align); 72extern unsigned long cpm_dpalloc_fixed(unsigned long offset, uint size, uint align);
@@ -689,4 +689,6 @@ typedef struct risc_timer_pram {
689extern void cpm_install_handler(int vec, void (*handler)(void *), void *dev_id); 689extern void cpm_install_handler(int vec, void (*handler)(void *), void *dev_id);
690extern void cpm_free_handler(int vec); 690extern void cpm_free_handler(int vec);
691 691
692#define IMAP_ADDR (get_immrbase())
693
692#endif /* __CPM_8XX__ */ 694#endif /* __CPM_8XX__ */