summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/types.h
blob: 88102055a4b891b9af54bf9739982a821a159405 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _ASM_X86_TYPES_H
#define _ASM_X86_TYPES_H

#include <asm-generic/types.h>

#ifdef __KERNEL__
#ifndef __ASSEMBLY__

typedef u64 dma64_addr_t;

#endif /* __ASSEMBLY__ */
#endif /* __KERNEL__ */

#endif /* _ASM_X86_TYPES_H */