MLK-22241-4 imx: include fsl_hvc.h
authorPeng Fan <peng.fan@nxp.com>
Thu, 11 Jul 2019 00:59:36 +0000 (08:59 +0800)
committerPeng Fan <peng.fan@nxp.com>
Thu, 11 Jul 2019 01:21:16 +0000 (09:21 +0800)
Fix build break, this file was missed when adding xen 4.19 support.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
include/soc/imx/fsl_hvc.h [new file with mode: 0644]

diff --git a/include/soc/imx/fsl_hvc.h b/include/soc/imx/fsl_hvc.h
new file mode 100644 (file)
index 0000000..63e3cc5
--- /dev/null
@@ -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