]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - arch/powerpc/platforms/maple/maple.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-jammy-kernel.git] / arch / powerpc / platforms / maple / maple.h
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 unsigned long 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;