You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* MFD cell driver data for the DS1WM driver */
|
|
|
|
struct ds1wm_driver_data {
|
|
int active_high;
|
|
int clock_rate;
|
|
};
|
|
|