diff mbox

[U-Boot,v11,5/6] arm: faraday: add missing header file for FTSDC021

Message ID 1395813799-3672-6-git-send-email-dantesu@gmail.com
State Changes Requested
Headers show

Commit Message

Kuo-Jung Su March 26, 2014, 6:03 a.m. UTC
From: Kuo-Jung Su <dantesu@faraday-tech.com>

For the Faraday FTSDC021 (SDHCI) controller driver source is
sent out before the patches for Faraday Virtual Machine (FVM)
which actually uses this chip.

The header file (ftsdc021.h) has been accidentally removed
by commit: 3b98b57fa - include: delete unused header files

This patch simply rollback this removal.

Signed-off-by: Kuo-Jung Su <dantesu@faraday-tech.com>
CC: Albert Aribaud <albert.u.boot@aribaud.net>
---
Changes for v11:
	- Nothing updates

Changes for v10:
	- Initial commit

 include/faraday/ftsdc021.h |   13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 include/faraday/ftsdc021.h

--
1.7.9.5
diff mbox

Patch

diff --git a/include/faraday/ftsdc021.h b/include/faraday/ftsdc021.h
new file mode 100644
index 0000000..de8e250
--- /dev/null
+++ b/include/faraday/ftsdc021.h
@@ -0,0 +1,13 @@ 
+/*
+ * (C) Copyright 2013 Faraday Technology
+ * Dante Su <dantesu@faraday-tech.com>
+ *
+ * SPDX-License-Identifier:    GPL-2.0+
+ */
+
+#ifndef __FTSDC021_H
+#define __FTSDC021_H
+
+int ftsdc021_sdhci_init(u32 regbase);
+
+#endif /* __FTSDC021_H */