diff options
Diffstat (limited to 'drivers/w1/w1.h')
-rw-r--r-- | drivers/w1/w1.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/w1/w1.h b/drivers/w1/w1.h index 6caccfc97cdf..3828f39b22eb 100644 --- a/drivers/w1/w1.h +++ b/drivers/w1/w1.h | |||
@@ -213,6 +213,16 @@ static inline struct w1_master* dev_to_w1_master(struct device *dev) | |||
213 | return container_of(dev, struct w1_master, dev); | 213 | return container_of(dev, struct w1_master, dev); |
214 | } | 214 | } |
215 | 215 | ||
216 | extern struct device_driver w1_master_driver; | ||
217 | extern struct bus_type w1_bus_type; | ||
218 | extern struct device w1_master_device; | ||
219 | extern int w1_max_slave_count; | ||
220 | extern int w1_max_slave_ttl; | ||
221 | extern struct list_head w1_masters; | ||
222 | extern struct mutex w1_mlock; | ||
223 | |||
224 | extern int w1_process(void *); | ||
225 | |||
216 | #endif /* __KERNEL__ */ | 226 | #endif /* __KERNEL__ */ |
217 | 227 | ||
218 | #endif /* __W1_H */ | 228 | #endif /* __W1_H */ |