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

trace_irq.h (242B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * Copyright (C) 2022 Changbin Du <changbin.du@gmail.com>
      4 */
      5#ifndef __TRACE_IRQ_H
      6#define __TRACE_IRQ_H
      7
      8void __trace_hardirqs_on(void);
      9void __trace_hardirqs_off(void);
     10
     11#endif /* __TRACE_IRQ_H */