Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317067
b: refs/heads/master
c: 66177cc
h: refs/heads/master
i:
  317065: 6c6d520
  317063: fbaee8e
v: v3
  • Loading branch information
Sachin Kamat authored and Greg Kroah-Hartman committed Jul 17, 2012
1 parent b7a0fb5 commit 4a70035
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: fd81d59c90d38661e4891ee2f4c9b7c051e93022
refs/heads/master: 66177cc10295ffdfc613c06f59b07a577d91ee82
5 changes: 5 additions & 0 deletions trunk/include/linux/platform_data/s3c-hsotg.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
* published by the Free Software Foundation.
*/

#ifndef __LINUX_USB_S3C_HSOTG_H
#define __LINUX_USB_S3C_HSOTG_H

enum s3c_hsotg_dmamode {
S3C_HSOTG_DMA_NONE, /* do not use DMA at-all */
S3C_HSOTG_DMA_ONLY, /* always use DMA */
Expand All @@ -33,3 +36,5 @@ struct s3c_hsotg_plat {
};

extern void s3c_hsotg_set_platdata(struct s3c_hsotg_plat *pd);

#endif /* __LINUX_USB_S3C_HSOTG_H */

0 comments on commit 4a70035

Please sign in to comment.