root/arch/powerpc/platforms/maple/maple.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 /*
   3  * Declarations for maple-specific code.
   4  *
   5  * Maple is the name of a PPC970 evaluation board.
   6  */
   7 extern int maple_set_rtc_time(struct rtc_time *tm);
   8 extern void maple_get_rtc_time(struct rtc_time *tm);
   9 extern time64_t maple_get_boot_time(void);
  10 extern void maple_calibrate_decr(void);
  11 extern void maple_pci_init(void);
  12 extern void maple_pci_irq_fixup(struct pci_dev *dev);
  13 extern int maple_pci_get_legacy_ide_irq(struct pci_dev *dev, int channel);
  14 
  15 extern struct pci_controller_ops maple_pci_controller_ops;

/* [<][>][^][v][top][bottom][index][help] */