]> Git Repo - linux.git/blob - arch/riscv/kernel/trace_irq.h
ip6_gre: set DSCP for non-IP
[linux.git] / arch / riscv / kernel / trace_irq.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2022 Changbin Du <[email protected]>
4  */
5 #ifndef __TRACE_IRQ_H
6 #define __TRACE_IRQ_H
7
8 void __trace_hardirqs_on(void);
9 void __trace_hardirqs_off(void);
10
11 #endif /* __TRACE_IRQ_H */
This page took 0.028386 seconds and 4 git commands to generate.