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

cpm2_pic.h (217B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef _PPC_KERNEL_CPM2_H
      3#define _PPC_KERNEL_CPM2_H
      4
      5extern unsigned int cpm2_get_irq(void);
      6
      7extern void cpm2_pic_init(struct device_node *);
      8
      9#endif /* _PPC_KERNEL_CPM2_H */