Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / arch / cris / include / arch-v32 / arch / intmem.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_CRIS_INTMEM_H
3 #define _ASM_CRIS_INTMEM_H
4
5 void* crisv32_intmem_alloc(unsigned size, unsigned align);
6 void crisv32_intmem_free(void* addr);
7 void* crisv32_intmem_phys_to_virt(unsigned long addr);
8 unsigned long crisv32_intmem_virt_to_phys(void *addr);
9
10 #endif /* _ASM_CRIS_ARCH_INTMEM_H */