summaryrefslogtreecommitdiffstats
path: root/src/include/device/smbus_def.h
diff options
context:
space:
mode:
authorEric Biederman <ebiederm@xmission.com>2004-10-14 21:10:23 +0000
committerEric Biederman <ebiederm@xmission.com>2004-10-14 21:10:23 +0000
commit992cd008f1d4217c3e7dd6d0a1e8445ade5da63d (patch)
tree277eebe8ff539afd4a5953ecd9542e3e0b224719 /src/include/device/smbus_def.h
parentb78c1972feed4c57eebba8f94de86a91e32c3fa7 (diff)
downloadcoreboot-992cd008f1d4217c3e7dd6d0a1e8445ade5da63d.tar.gz
coreboot-992cd008f1d4217c3e7dd6d0a1e8445ade5da63d.tar.bz2
coreboot-992cd008f1d4217c3e7dd6d0a1e8445ade5da63d.zip
- Update the device header files
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1663 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/device/smbus_def.h')
-rw-r--r--src/include/device/smbus_def.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/device/smbus_def.h b/src/include/device/smbus_def.h
new file mode 100644
index 000000000000..971e9756a9ee
--- /dev/null
+++ b/src/include/device/smbus_def.h
@@ -0,0 +1,9 @@
+#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 */