xtensa: fix high memory/reserved memory collision
[cris-mirror.git] / include / linux / platform_data / sh_ipmmu.h
blob39f7405cdac51973bc8c25ddcf28e2a14b8e25e7
1 /* sh_ipmmu.h
3 * Copyright (C) 2012 Hideki EIRAKU
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; version 2 of the License.
8 */
10 #ifndef __SH_IPMMU_H__
11 #define __SH_IPMMU_H__
13 struct shmobile_ipmmu_platform_data {
14 const char * const *dev_names;
15 unsigned int num_dev_names;
18 #endif /* __SH_IPMMU_H__ */