Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151178
b: refs/heads/master
c: 2e8fcfe
h: refs/heads/master
v: v3
  • Loading branch information
FUJITA Tomonori authored and David S. Miller committed Jun 16, 2009
1 parent 520d102 commit e7b54ed
Show file tree
Hide file tree
Showing 2 changed files with 7 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: b9f69f4f4a953b2b5299fff7fc98e69221e29514
refs/heads/master: 2e8fcfe2e51b2ee0fef3313e3c9ec25b9d6ed255
6 changes: 6 additions & 0 deletions trunk/arch/sparc/include/asm/dma-mapping_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,15 @@ struct dma_ops {
void (*sync_single_for_cpu)(struct device *dev,
dma_addr_t dma_handle, size_t size,
enum dma_data_direction direction);
void (*sync_single_for_device)(struct device *dev,
dma_addr_t dma_handle, size_t size,
enum dma_data_direction direction);
void (*sync_sg_for_cpu)(struct device *dev, struct scatterlist *sg,
int nelems,
enum dma_data_direction direction);
void (*sync_sg_for_device)(struct device *dev,
struct scatterlist *sg, int nents,
enum dma_data_direction dir);
};
extern const struct dma_ops *dma_ops;

Expand Down

0 comments on commit e7b54ed

Please sign in to comment.