diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/usb/r8a66597.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/usb/r8a66597.h b/include/linux/usb/r8a66597.h index 6e1bfaedb6ca..b6b8660d0c68 100644 --- a/include/linux/usb/r8a66597.h +++ b/include/linux/usb/r8a66597.h | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * | 3 | * |
| 4 | * Copyright (C) 2009 Renesas Solutions Corp. | 4 | * Copyright (C) 2009 Renesas Solutions Corp. |
| 5 | * | 5 | * |
| 6 | * Author : Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> | 6 | * Author : Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> |
| 7 | * | 7 | * |
| 8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
| 9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
| @@ -45,6 +45,9 @@ struct r8a66597_platdata { | |||
| 45 | 45 | ||
| 46 | /* set one = big endian, set zero = little endian */ | 46 | /* set one = big endian, set zero = little endian */ |
| 47 | unsigned endian:1; | 47 | unsigned endian:1; |
| 48 | |||
| 49 | /* (external controller only) set one = WR0_N shorted to WR1_N */ | ||
| 50 | unsigned wr0_shorted_to_wr1:1; | ||
| 48 | }; | 51 | }; |
| 49 | 52 | ||
| 50 | /* Register definitions */ | 53 | /* Register definitions */ |
