cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

maple.h (552B)


      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 */
      7extern int maple_set_rtc_time(struct rtc_time *tm);
      8extern void maple_get_rtc_time(struct rtc_time *tm);
      9extern time64_t maple_get_boot_time(void);
     10extern void maple_calibrate_decr(void);
     11extern void maple_pci_init(void);
     12extern void maple_pci_irq_fixup(struct pci_dev *dev);
     13extern int maple_pci_get_legacy_ide_irq(struct pci_dev *dev, int channel);
     14
     15extern struct pci_controller_ops maple_pci_controller_ops;