prom.h 665 B

12345678910111213141516171819202122
  1. /*
  2. * OpenRISC Linux
  3. *
  4. * Linux architectural port borrowing liberally from similar works of
  5. * others. All original copyrights apply as per the original source
  6. * declaration.
  7. *
  8. * OpenRISC implementation:
  9. * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se>
  10. * et al.
  11. *
  12. * This program is free software; you can redistribute it and/or modify
  13. * it under the terms of the GNU General Public License as published by
  14. * the Free Software Foundation; either version 2 of the License, or
  15. * (at your option) any later version.
  16. */
  17. #ifndef _ASM_OPENRISC_PROM_H
  18. #define _ASM_OPENRISC_PROM_H
  19. #define HAVE_ARCH_DEVTREE_FIXUPS
  20. #endif /* _ASM_OPENRISC_PROM_H */