Changeset 4022 for i2c/trunk/doc/writing-clients
- Timestamp:
- 01/07/06 18:19:24 (3 years ago)
- Files:
-
- i2c/trunk/doc/writing-clients (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
i2c/trunk/doc/writing-clients
r4011 r4022 658 658 need this. You may even set it to NULL. 659 659 660 /* No commands defined */661 int foo_command(struct i2c_client *client, unsigned int cmd, void *arg)662 {663 return 0;664 }665 666 660 667 661 Sending and receiving
