summaryrefslogtreecommitdiffstats
path: root/plat/intel/soc/stratix10/include/s10_mmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/intel/soc/stratix10/include/s10_mmc.h')
-rw-r--r--plat/intel/soc/stratix10/include/s10_mmc.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/plat/intel/soc/stratix10/include/s10_mmc.h b/plat/intel/soc/stratix10/include/s10_mmc.h
new file mode 100644
index 0000000..99f86f5
--- /dev/null
+++ b/plat/intel/soc/stratix10/include/s10_mmc.h
@@ -0,0 +1,12 @@
+/*
+ * Copyright (c) 2022, Intel Corporation. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef __S10_MMC_H__
+#define __S10_MMC_H__
+
+void s10_mmc_init(void);
+
+#endif /* S10_MMC_H */