of_platform.h 588 B

12345678910111213141516171819
  1. /*
  2. * Copyright (C) 2006 Benjamin Herrenschmidt, IBM Corp.
  3. * <benh@kernel.crashing.org>
  4. *
  5. * This program is free software; you can redistribute it and/or
  6. * modify it under the terms of the GNU General Public License
  7. * as published by the Free Software Foundation; either version
  8. * 2 of the License, or (at your option) any later version.
  9. */
  10. #ifndef _ASM_MICROBLAZE_OF_PLATFORM_H
  11. #define _ASM_MICROBLAZE_OF_PLATFORM_H
  12. /* This is just here during the transition */
  13. #include <linux/of_platform.h>
  14. extern void of_instantiate_rtc(void);
  15. #endif /* _ASM_MICROBLAZE_OF_PLATFORM_H */