coreboot-kgpe-d16/src/include/device/smbus_def.h
Eric Biederman 992cd008f1 - Update the device header files
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1663 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2004-10-14 21:10:23 +00:00

9 lines
244 B
C

#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
#endif /* DEVICE_SMBUS_DEF_H */