diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ti_wilink_st.h | 3 | ||||
-rw-r--r-- | include/linux/w1-gpio.h | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/ti_wilink_st.h b/include/linux/ti_wilink_st.h index 3ca0269dd0b5..932b76392248 100644 --- a/include/linux/ti_wilink_st.h +++ b/include/linux/ti_wilink_st.h | |||
@@ -281,9 +281,10 @@ struct kim_data_s { | |||
281 | long st_kim_start(void *); | 281 | long st_kim_start(void *); |
282 | long st_kim_stop(void *); | 282 | long st_kim_stop(void *); |
283 | 283 | ||
284 | void st_kim_recv(void *, const unsigned char *, long count); | ||
285 | void st_kim_complete(void *); | 284 | void st_kim_complete(void *); |
286 | void kim_st_list_protocols(struct st_data_s *, void *); | 285 | void kim_st_list_protocols(struct st_data_s *, void *); |
286 | void st_kim_recv(void *, const unsigned char *, long); | ||
287 | |||
287 | 288 | ||
288 | /* | 289 | /* |
289 | * BTS headers | 290 | * BTS headers |
diff --git a/include/linux/w1-gpio.h b/include/linux/w1-gpio.h index 3adeff82212f..065e3ae79ab0 100644 --- a/include/linux/w1-gpio.h +++ b/include/linux/w1-gpio.h | |||
@@ -19,6 +19,7 @@ struct w1_gpio_platform_data { | |||
19 | unsigned int pin; | 19 | unsigned int pin; |
20 | unsigned int is_open_drain:1; | 20 | unsigned int is_open_drain:1; |
21 | void (*enable_external_pullup)(int enable); | 21 | void (*enable_external_pullup)(int enable); |
22 | unsigned int ext_pullup_enable_pin; | ||
22 | }; | 23 | }; |
23 | 24 | ||
24 | #endif /* _LINUX_W1_GPIO_H */ | 25 | #endif /* _LINUX_W1_GPIO_H */ |