aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/atari_stram.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/atari_stram.h')
-rw-r--r--arch/m68k/include/asm/atari_stram.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/atari_stram.h b/arch/m68k/include/asm/atari_stram.h
index 62e27598af91..4e771c22d6a9 100644
--- a/arch/m68k/include/asm/atari_stram.h
+++ b/arch/m68k/include/asm/atari_stram.h
@@ -8,6 +8,8 @@
/* public interface */
void *atari_stram_alloc(unsigned long size, const char *owner);
void atari_stram_free(void *);
+void *atari_stram_to_virt(unsigned long phys);
+unsigned long atari_stram_to_phys(void *);
/* functions called internally by other parts of the kernel */
void atari_stram_init(void);