summaryrefslogtreecommitdiff
path: root/include/link_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/link_defs.h')
-rw-r--r--include/link_defs.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/include/link_defs.h b/include/link_defs.h
index 8c775affa2..ad6a39f837 100644
--- a/include/link_defs.h
+++ b/include/link_defs.h
@@ -58,20 +58,8 @@ extern const struct deferred_data __deferred_funcs[];
extern const struct deferred_data __deferred_funcs_end[];
/* I2C fake devices for unit testing */
-extern const struct test_i2c_read_dev __test_i2c_read8[];
-extern const struct test_i2c_read_dev __test_i2c_read8_end[];
-extern const struct test_i2c_write_dev __test_i2c_write8[];
-extern const struct test_i2c_write_dev __test_i2c_write8_end[];
-extern const struct test_i2c_read_dev __test_i2c_read16[];
-extern const struct test_i2c_read_dev __test_i2c_read16_end[];
-extern const struct test_i2c_read_dev __test_i2c_read32[];
-extern const struct test_i2c_read_dev __test_i2c_read32_end[];
-extern const struct test_i2c_write_dev __test_i2c_write16[];
-extern const struct test_i2c_write_dev __test_i2c_write16_end[];
-extern const struct test_i2c_write_dev __test_i2c_write32[];
-extern const struct test_i2c_write_dev __test_i2c_write32_end[];
-extern const struct test_i2c_read_string_dev __test_i2c_read_string[];
-extern const struct test_i2c_read_string_dev __test_i2c_read_string_end[];
+extern const struct test_i2c_xfer __test_i2c_xfer[];
+extern const struct test_i2c_xfer __test_i2c_xfer_end[];
/* Host commands */
extern const struct host_command __hcmds[];