summaryrefslogtreecommitdiff
path: root/drivers/i3c/internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i3c/internals.h')
-rw-r--r--drivers/i3c/internals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i3c/internals.h b/drivers/i3c/internals.h
index 524ad47fd916..5e6bd53637e4 100644
--- a/drivers/i3c/internals.h
+++ b/drivers/i3c/internals.h
@@ -28,4 +28,5 @@ void i3c_dev_free_ibi_locked(struct i3c_dev_desc *dev);
int i3c_dev_getstatus_locked(struct i3c_dev_desc *dev, struct i3c_device_info *info);
int i3c_for_each_dev(void *data, int (*fn)(struct device *, void *));
int i3c_dev_generate_ibi_locked(struct i3c_dev_desc *dev, const u8 *data, int len);
+int i3c_dev_control_pec(struct i3c_dev_desc *dev, bool pec);
#endif /* I3C_INTERNAL_H */