License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / cris / include / arch-v32 / arch / intmem.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
51533b61
MS
2#ifndef _ASM_CRIS_INTMEM_H
3#define _ASM_CRIS_INTMEM_H
4
5void* crisv32_intmem_alloc(unsigned size, unsigned align);
6void crisv32_intmem_free(void* addr);
7void* crisv32_intmem_phys_to_virt(unsigned long addr);
8unsigned long crisv32_intmem_virt_to_phys(void *addr);
9
10#endif /* _ASM_CRIS_ARCH_INTMEM_H */