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

irq.h (254B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 *
      4 *  Copyright (C) 2011 Thomas Langer <thomas.langer@lantiq.com>
      5 */
      6
      7#ifndef __FALCON_IRQ_H
      8#define __FALCON_IRQ_H
      9
     10#include <falcon_irq.h>
     11
     12#define NR_IRQS 328
     13
     14#include <asm/mach-generic/irq.h>
     15
     16#endif