Changeset 3527 for i2c/trunk/kernel/i2c.h
- Timestamp:
- 02/04/01 23:21:19 (12 years ago)
- Files:
-
- 1 modified
-
i2c/trunk/kernel/i2c.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/kernel/i2c.h
r3501 r3527 550 550 force} 551 551 552 /* Detect whether we are on the isa bus. If this returns true, all i2c 553 access will fail! */ 554 #define i2c_is_isa_client(clientptr) \ 555 ((clientptr)->adapter->algo->id == I2C_ALGO_ISA) 556 #define i2c_is_isa_adapter(adapptr) \ 557 ((adapptr)->algo->id == I2C_ALGO_ISA) 558 552 559 #endif /* def __KERNEL__ */ 553 560 #endif /* I2C_H */
