aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-cris/arch-v32/intmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-cris/arch-v32/intmem.h')
-rw-r--r--include/asm-cris/arch-v32/intmem.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-cris/arch-v32/intmem.h b/include/asm-cris/arch-v32/intmem.h
new file mode 100644
index 000000000000..c0ada33bf90f
--- /dev/null
+++ b/include/asm-cris/arch-v32/intmem.h
@@ -0,0 +1,9 @@
1#ifndef _ASM_CRIS_INTMEM_H
2#define _ASM_CRIS_INTMEM_H
3
4void* crisv32_intmem_alloc(unsigned size, unsigned align);
5void crisv32_intmem_free(void* addr);
6void* crisv32_intmem_phys_to_virt(unsigned long addr);
7unsigned long crisv32_intmem_virt_to_phys(void *addr);
8
9#endif /* _ASM_CRIS_ARCH_INTMEM_H */