aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c/bitbang_i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i2c/bitbang_i2c.h')
-rw-r--r--hw/i2c/bitbang_i2c.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/hw/i2c/bitbang_i2c.h b/hw/i2c/bitbang_i2c.h
deleted file mode 100644
index 9443021..0000000
--- a/hw/i2c/bitbang_i2c.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef BITBANG_I2C_H
-#define BITBANG_I2C_H
-
-#include "hw/i2c/i2c.h"
-
-#define BITBANG_I2C_SDA 0
-#define BITBANG_I2C_SCL 1
-
-bitbang_i2c_interface *bitbang_i2c_init(I2CBus *bus);
-int bitbang_i2c_set(bitbang_i2c_interface *i2c, int line, int level);
-
-#endif