Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2101
b: refs/heads/master
c: b8112df
h: refs/heads/master
i:
  2099: ffb5ecf
v: v3
  • Loading branch information
Lee Revell authored and James Bottomley committed Jun 18, 2005
1 parent c0da0f2 commit 3771049
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5d497cecdeae75351567d20b86d8a3a05e7f48ed
refs/heads/master: b8112df71cae7d6a86158caeb19d215f56c4f9ab
5 changes: 5 additions & 0 deletions trunk/include/linux/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ enum dma_data_direction {
};

#define DMA_64BIT_MASK 0xffffffffffffffffULL
#define DMA_40BIT_MASK 0x000000ffffffffffULL
#define DMA_39BIT_MASK 0x0000007fffffffffULL
#define DMA_32BIT_MASK 0x00000000ffffffffULL
#define DMA_31BIT_MASK 0x000000007fffffffULL
#define DMA_30BIT_MASK 0x000000003fffffffULL
#define DMA_29BIT_MASK 0x000000001fffffffULL

#include <asm/dma-mapping.h>

Expand Down

0 comments on commit 3771049

Please sign in to comment.