summaryrefslogtreecommitdiff
path: root/include/soc/imx/fsl_hvc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/soc/imx/fsl_hvc.h')
-rw-r--r--include/soc/imx/fsl_hvc.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/soc/imx/fsl_hvc.h b/include/soc/imx/fsl_hvc.h
new file mode 100644
index 000000000000..63e3cc5a3f2a
--- /dev/null
+++ b/include/soc/imx/fsl_hvc.h
@@ -0,0 +1,15 @@
+/*
+ * Copyright 2018 NXP
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#ifndef __SOC_FSL_HVC_H
+#define __SOC_FSL_HVC_H
+
+/* VENDOR HVC 0xC6000000 - 0xC600FFFF */
+#define FSL_HVC_SC 0xC6000000
+
+#endif