2004-10-14 23:10:23 +02:00
|
|
|
#ifndef DEVICE_SMBUS_DEF_H
|
|
|
|
#define DEVICE_SMBUS_DEF_H
|
|
|
|
|
|
|
|
/* Error results are negative success is >= 0 */
|
|
|
|
#define SMBUS_ERROR -1
|
|
|
|
#define SMBUS_WAIT_UNTIL_READY_TIMEOUT -2
|
|
|
|
#define SMBUS_WAIT_UNTIL_DONE_TIMEOUT -3
|
2017-04-12 17:01:31 +02:00
|
|
|
#define SMBUS_WAIT_UNTIL_ACTIVE_TIMEOUT -4
|
2004-10-14 23:10:23 +02:00
|
|
|
|
|
|
|
#endif /* DEVICE_SMBUS_DEF_H */
|