summaryrefslogtreecommitdiff
path: root/board/samsung/e850-96/pmic.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/samsung/e850-96/pmic.h')
-rw-r--r--board/samsung/e850-96/pmic.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/board/samsung/e850-96/pmic.h b/board/samsung/e850-96/pmic.h
new file mode 100644
index 00000000000..46624c2ebd4
--- /dev/null
+++ b/board/samsung/e850-96/pmic.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (c) 2025 Linaro Ltd.
+ * Sam Protsenko <semen.protsenko@linaro.org>
+ */
+
+#ifndef __E850_96_PMIC_H
+#define __E850_96_PMIC_H
+
+#include "acpm.h"
+
+int pmic_init(struct acpm *acpm);
+
+#endif /* __E850_96_PMIC_H */