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

m82xx_pci.h (269B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2#ifndef _PPC_KERNEL_M82XX_PCI_H
      3#define _PPC_KERNEL_M82XX_PCI_H
      4
      5/*
      6 */
      7
      8#define SIU_INT_IRQ1   ((uint)0x13 + CPM_IRQ_OFFSET)
      9
     10#ifndef _IO_BASE
     11#define _IO_BASE isa_io_base
     12#endif
     13
     14#endif				/* _PPC_KERNEL_M8260_PCI_H */