Changeset 3422
- Timestamp:
- 12/22/99 00:51:22 (9 years ago)
- Files:
-
- i2c/trunk/doc/writing-clients (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
i2c/trunk/doc/writing-clients
r3417 r3422 669 669 } 670 670 671 You should never directly call this function, but instead use the672 general function below:673 674 extern int i2c_control(struct i2c_client *,unsigned int, unsigned long);675 676 677 671 678 672 Sending and receiving
