summaryrefslogtreecommitdiffstats
path: root/arch/nios2/include/asm/types.h
blob: 21c3415f939e64f5fc1accfd7b7a4638083c4cce (plain)
1
2
3
4
5
6
7
8
9
#ifndef __ASM_TYPES_H
#define __ASM_TYPES_H

#include <asm/int-ll64.h>

typedef u32 dma_addr_t;

#endif