Fill out ChromeOS specific coreboot table extensions
[coreboot.git] / src / include / device / smbus_def.h
1 #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 */