aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/w83795/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/w83795/chip.h')
-rw-r--r--src/drivers/i2c/w83795/chip.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/drivers/i2c/w83795/chip.h b/src/drivers/i2c/w83795/chip.h
new file mode 100644
index 0000000000..290063682f
--- /dev/null
+++ b/src/drivers/i2c/w83795/chip.h
@@ -0,0 +1,4 @@
+extern struct chip_operations drivers_i2c_w83795_ops;
+
+struct drivers_i2c_w83795_config {
+};