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

ras.h (308B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef RAS_H
      3#define RAS_H
      4
      5#include <asm/interrupt.h>
      6
      7DECLARE_INTERRUPT_HANDLER(cbe_system_error_exception);
      8DECLARE_INTERRUPT_HANDLER(cbe_maintenance_exception);
      9DECLARE_INTERRUPT_HANDLER(cbe_thermal_exception);
     10
     11extern void cbe_ras_init(void);
     12
     13#endif /* RAS_H */