Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48157
b: refs/heads/master
c: 84b47a9
h: refs/heads/master
i:
  48155: c041151
v: v3
  • Loading branch information
Ralf Baechle committed Feb 13, 2007
1 parent a5ad70c commit d6be27a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9a88cbb5227970757881b1a65be01dea61fe2584
refs/heads/master: 84b47a959b55930e86d6178d49769bc9ba34bce1
2 changes: 2 additions & 0 deletions trunk/include/asm-mips/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,14 @@ extern int dma_is_consistent(struct device *dev, dma_addr_t dma_addr);
extern void dma_cache_sync(struct device *dev, void *vaddr, size_t size,
enum dma_data_direction direction);

#if 0
#define ARCH_HAS_DMA_DECLARE_COHERENT_MEMORY

extern int dma_declare_coherent_memory(struct device *dev, dma_addr_t bus_addr,
dma_addr_t device_addr, size_t size, int flags);
extern void dma_release_declared_memory(struct device *dev);
extern void * dma_mark_declared_memory_occupied(struct device *dev,
dma_addr_t device_addr, size_t size);
#endif

#endif /* _ASM_DMA_MAPPING_H */

0 comments on commit d6be27a

Please sign in to comment.