Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
cp-linux
/
8d8f6542b666daf5e87de156590e635c2c4da0c0
/
.
/
include
/
linux
/
oxu210hp.h
blob: 0bf96eae53894492af38801814ecccdd6553910f [
file
] [
log
] [
blame
]
Kyle Swenson
8d8f654
2021-03-15 11:02:55 -0600
[
diff
] [
blame^
]
1
/* platform data for the OXU210HP HCD */
2
3
struct
oxu210hp_platform_data
{
4
unsigned
int
bus16
:
1
;
5
unsigned
int
use_hcd_otg
:
1
;
6
unsigned
int
use_hcd_sph
:
1
;
7
};