Add a typedef for u64.
parent
9b984b34e9
commit
d572676185
|
@ -270,6 +270,7 @@ extern struct cfdriver drm_cd;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef unsigned long dma_addr_t;
|
typedef unsigned long dma_addr_t;
|
||||||
|
typedef u_int64_t u64;
|
||||||
typedef u_int32_t u32;
|
typedef u_int32_t u32;
|
||||||
typedef u_int16_t u16;
|
typedef u_int16_t u16;
|
||||||
typedef u_int8_t u8;
|
typedef u_int8_t u8;
|
||||||
|
|
Loading…
Reference in New Issue