Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.37 7 lines 158 B view raw
1/* platform data for the OXU210HP HCD */ 2 3struct oxu210hp_platform_data { 4 unsigned int bus16:1; 5 unsigned int use_hcd_otg:1; 6 unsigned int use_hcd_sph:1; 7};