Changeset 3317 for i2c/trunk/kernel/i2c.h
- Timestamp:
- 07/18/99 14:40:50 (14 years ago)
- Files:
-
- 1 modified
-
i2c/trunk/kernel/i2c.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/kernel/i2c.h
r3316 r3317 187 187 int (*client_register)(struct i2c_client *); 188 188 int (*client_unregister)(struct i2c_client *); 189 190 void (*inc_use)(struct i2c_adapter *); 191 void (*dec_use)(struct i2c_adapter *); 189 192 }; 190 193 … … 242 245 extern int i2c_attach_client(struct i2c_client *); 243 246 extern int i2c_detach_client(struct i2c_client *); 247 248 extern void i2c_inc_use_client(struct i2c_client *); 249 extern void i2c_dec_use_client(struct i2c_client *); 244 250 245 251
