sh_ipmmu.h 443 B

123456789101112131415161718
  1. /* sh_ipmmu.h
  2. *
  3. * Copyright (C) 2012 Hideki EIRAKU
  4. *
  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. */
  9. #ifndef __SH_IPMMU_H__
  10. #define __SH_IPMMU_H__
  11. struct shmobile_ipmmu_platform_data {
  12. const char * const *dev_names;
  13. unsigned int num_dev_names;
  14. };
  15. #endif /* __SH_IPMMU_H__ */