Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48961
b: refs/heads/master
c: 52c477a
h: refs/heads/master
i:
  48959: a3284f5
v: v3
  • Loading branch information
Arnaud Patard authored and Russell King committed Feb 17, 2007
1 parent dd76a1d commit 000d270
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: a7eec7b332e83ee63f7db08cc54bf3b4663eed67
refs/heads/master: 52c477a34bd26f246485b04c75f700a0c2a52580
2 changes: 2 additions & 0 deletions trunk/include/asm-arm/arch-s3c2410/udc.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* 14-Mar-2005 RTP Created file
* 02-Aug-2005 RTP File rename
* 07-Sep-2005 BJD Minor cleanups, changed cmd to enum
* 18-Jan-2007 HMW Add per-platform vbus_draw function
*/

#ifndef __ASM_ARM_ARCH_UDC_H
Expand All @@ -25,6 +26,7 @@ enum s3c2410_udc_cmd_e {

struct s3c2410_udc_mach_info {
void (*udc_command)(enum s3c2410_udc_cmd_e);
void (*vbus_draw)(unsigned int ma);
unsigned int vbus_pin;
unsigned char vbus_pin_inverted;
};
Expand Down

0 comments on commit 000d270

Please sign in to comment.