summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-07-20 10:57:09 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2009-07-20 10:57:09 +1000
commitf4c385a3bc26aef6d2803254da6663df82c2cbf8 (patch)
tree221633f710581bba8b54b8442396e3943cf385e2 /include
parent7f96f24521c047e5d501d5f0722e092a22f9764c (diff)
parentc358fc46efa6b8a03cf007e7250b4b0020950d0a (diff)
Merge commit 'sh/master'
Diffstat (limited to 'include')
-rw-r--r--include/linux/usb/r8a66597.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/usb/r8a66597.h b/include/linux/usb/r8a66597.h
index e9f0384fa20c..460ee3f6a2c6 100644
--- a/include/linux/usb/r8a66597.h
+++ b/include/linux/usb/r8a66597.h
@@ -31,6 +31,9 @@ struct r8a66597_platdata {
/* This ops can controll port power instead of DVSTCTR register. */
void (*port_power)(int port, int power);
+ /* set one = on chip controller, set zero = external controller */
+ unsigned on_chip:1;
+
/* (external controller only) set R8A66597_PLATDATA_XTAL_nnMHZ */
unsigned xtal:2;