summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/spmi/spmi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dt-bindings/spmi/spmi.h')
-rw-r--r--include/dt-bindings/spmi/spmi.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/dt-bindings/spmi/spmi.h b/include/dt-bindings/spmi/spmi.h
new file mode 100644
index 000000000..ad4a43481
--- /dev/null
+++ b/include/dt-bindings/spmi/spmi.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
+ */
+#ifndef __DT_BINDINGS_SPMI_H
+#define __DT_BINDINGS_SPMI_H
+
+#define SPMI_USID 0
+#define SPMI_GSID 1
+
+#endif