summaryrefslogtreecommitdiffstats
path: root/src/drivers/ocp/ewl/ocp_ewl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/ocp/ewl/ocp_ewl.h')
-rw-r--r--src/drivers/ocp/ewl/ocp_ewl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/drivers/ocp/ewl/ocp_ewl.h b/src/drivers/ocp/ewl/ocp_ewl.h
new file mode 100644
index 000000000000..38d5286d3661
--- /dev/null
+++ b/src/drivers/ocp/ewl/ocp_ewl.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
+#ifndef __OCP_EWL_H
+#define __OCP_EWL_H
+
+#include <soc/soc_util.h>
+
+void get_ewl(void);
+
+#endif