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_pci_init(void); 11 extern void maple_pci_irq_fixup(struct pci_dev *dev); 12 extern int maple_pci_get_legacy_ide_irq(struct pci_dev *dev, int channel); 13 14 extern struct pci_controller_ops maple_pci_controller_ops; 15
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.