blob: 971e9756a9ee0bcfc87b6049b3022dd1eb6fbccd [file] [log] [blame]
Eric Biederman992cd002004-10-14 21:10:23 +00001#ifndef DEVICE_SMBUS_DEF_H
2#define DEVICE_SMBUS_DEF_H
3
4/* Error results are negative success is >= 0 */
5#define SMBUS_ERROR -1
6#define SMBUS_WAIT_UNTIL_READY_TIMEOUT -2
7#define SMBUS_WAIT_UNTIL_DONE_TIMEOUT -3
8
9#endif /* DEVICE_SMBUS_DEF_H */