summaryrefslogtreecommitdiff
path: root/drivers/accel/qaic/mhi_qaic_ctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/accel/qaic/mhi_qaic_ctrl.h')
-rw-r--r--drivers/accel/qaic/mhi_qaic_ctrl.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/accel/qaic/mhi_qaic_ctrl.h b/drivers/accel/qaic/mhi_qaic_ctrl.h
new file mode 100644
index 000000000000..930b3ace1a59
--- /dev/null
+++ b/drivers/accel/qaic/mhi_qaic_ctrl.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0-only
+ *
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ */
+
+#ifndef __MHI_QAIC_CTRL_H__
+#define __MHI_QAIC_CTRL_H__
+
+int mhi_qaic_ctrl_init(void);
+void mhi_qaic_ctrl_deinit(void);
+
+#endif /* __MHI_QAIC_CTRL_H__ */