Changeset 3532
- Timestamp:
- 04/03/01 04:43:21 (12 years ago)
- Files:
-
- 1 modified
-
i2c/trunk/kernel/i2c.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/kernel/i2c.h
r3530 r3532 455 455 */ 456 456 /* -> bit-adapter specific ioctls */ 457 #define I2C_RETRIES 0x0701 /* number of times a device ad ress */457 #define I2C_RETRIES 0x0701 /* number of times a device address */ 458 458 /* should be polled when not */ 459 459 /* acknowledging */ … … 473 473 #define I2C_RDWR 0x0707 /* Combined R/W transfer (one stop only)*/ 474 474 #if 0 475 #define I2C_ACK_TEST 0x0710 /* See if a slave is at a specific ad ress */475 #define I2C_ACK_TEST 0x0710 /* See if a slave is at a specific address */ 476 476 #endif 477 477
