gm45: Allow coexistance with ME firmware.
[coreboot.git] / src / include / device / smbus_def.h
blob971e9756a9ee0bcfc87b6049b3022dd1eb6fbccd
1 #ifndef DEVICE_SMBUS_DEF_H
2 #define DEVICE_SMBUS_DEF_H
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
9 #endif /* DEVICE_SMBUS_DEF_H */