Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188837
b: refs/heads/master
c: 04e82ff
h: refs/heads/master
i:
  188835: 614d6a7
v: v3
  • Loading branch information
Peter Huewe authored and Paul Mundt committed Mar 10, 2010
1 parent 6079435 commit 8312927
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 40d1f0048289b1baed859baee06878417fae540e
refs/heads/master: 04e82ffb0f02e645f3dde5128ef39d425a8b3c6d
4 changes: 4 additions & 0 deletions trunk/include/linux/serial_sci.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
#define __LINUX_SERIAL_SCI_H

#include <linux/serial_core.h>
#ifdef CONFIG_SERIAL_SH_SCI_DMA
#include <asm/dmaengine.h>
#endif

/*
* Generic header for SuperH SCI(F) (used by sh/sh64/h8300 and related parts)
Expand Down Expand Up @@ -30,8 +32,10 @@ struct plat_sci_port {
upf_t flags; /* UPF_* flags */
char *clk; /* clock string */
struct device *dma_dev;
#ifdef CONFIG_SERIAL_SH_SCI_DMA
enum sh_dmae_slave_chan_id dma_slave_tx;
enum sh_dmae_slave_chan_id dma_slave_rx;
#endif
};

#endif /* __LINUX_SERIAL_SCI_H */

0 comments on commit 8312927

Please sign in to comment.