aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb/r8a66597.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/usb/r8a66597.h')
-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 26d216734057..30e171683a85 100644
--- a/include/linux/usb/r8a66597.h
+++ b/include/linux/usb/r8a66597.h
@@ -42,6 +42,9 @@ struct r8a66597_platdata {
42 42
43 /* set one = big endian, set zero = little endian */ 43 /* set one = big endian, set zero = little endian */
44 unsigned endian:1; 44 unsigned endian:1;
45
46 /* (external controller only) set one = WR0_N shorted to WR1_N */
47 unsigned wr0_shorted_to_wr1:1;
45}; 48};
46 49
47/* Register definitions */ 50/* Register definitions */