diff options
Diffstat (limited to 'drivers/w1/dscore.h')
-rw-r--r-- | drivers/w1/dscore.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/drivers/w1/dscore.h b/drivers/w1/dscore.h index 9c767ef4ac24..6cf5671d6ebe 100644 --- a/drivers/w1/dscore.h +++ b/drivers/w1/dscore.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /* | 1 | /* |
2 | * dscore.h | 2 | * dscore.h |
3 | * | 3 | * |
4 | * Copyright (c) 2004 Evgeniy Polyakov <johnpol@2ka.mipt.ru> | 4 | * Copyright (c) 2004 Evgeniy Polyakov <johnpol@2ka.mipt.ru> |
5 | * | 5 | * |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
@@ -122,7 +122,7 @@ | |||
122 | 122 | ||
123 | struct ds_device | 123 | struct ds_device |
124 | { | 124 | { |
125 | struct usb_device *udev; | 125 | struct usb_device *udev; |
126 | struct usb_interface *intf; | 126 | struct usb_interface *intf; |
127 | 127 | ||
128 | int ep[NUM_EP]; | 128 | int ep[NUM_EP]; |
@@ -156,11 +156,7 @@ int ds_read_byte(struct ds_device *, u8 *); | |||
156 | int ds_read_bit(struct ds_device *, u8 *); | 156 | int ds_read_bit(struct ds_device *, u8 *); |
157 | int ds_write_byte(struct ds_device *, u8); | 157 | int ds_write_byte(struct ds_device *, u8); |
158 | int ds_write_bit(struct ds_device *, u8); | 158 | int ds_write_bit(struct ds_device *, u8); |
159 | int ds_start_pulse(struct ds_device *, int); | ||
160 | int ds_set_speed(struct ds_device *, int); | ||
161 | int ds_reset(struct ds_device *, struct ds_status *); | 159 | int ds_reset(struct ds_device *, struct ds_status *); |
162 | int ds_detect(struct ds_device *, struct ds_status *); | ||
163 | int ds_stop_pulse(struct ds_device *, int); | ||
164 | struct ds_device * ds_get_device(void); | 160 | struct ds_device * ds_get_device(void); |
165 | void ds_put_device(struct ds_device *); | 161 | void ds_put_device(struct ds_device *); |
166 | int ds_write_block(struct ds_device *, u8 *, int); | 162 | int ds_write_block(struct ds_device *, u8 *, int); |