Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / include / linux / platform_data / sh_ipmmu.h
diff --git a/kernel/include/linux/platform_data/sh_ipmmu.h b/kernel/include/linux/platform_data/sh_ipmmu.h
new file mode 100644 (file)
index 0000000..39f7405
--- /dev/null
@@ -0,0 +1,18 @@
+/* sh_ipmmu.h
+ *
+ * Copyright (C) 2012  Hideki EIRAKU
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ */
+
+#ifndef __SH_IPMMU_H__
+#define __SH_IPMMU_H__
+
+struct shmobile_ipmmu_platform_data {
+       const char * const *dev_names;
+       unsigned int num_dev_names;
+};
+
+#endif /* __SH_IPMMU_H__ */