Subversion Repositories Kolibri OS

Rev

Rev 1408 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1408 serge 1
#ifndef _ASM_X86_TYPES_H
2
#define _ASM_X86_TYPES_H
3
 
4
#define dma_addr_t	dma_addr_t
5
 
6
#include 
7
 
8
#ifdef __KERNEL__
9
#ifndef __ASSEMBLY__
10
 
11
typedef u64 dma64_addr_t;
12
 
13
#endif /* __ASSEMBLY__ */
14
#endif /* __KERNEL__ */
15
 
16
#endif /* _ASM_X86_TYPES_H */