mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-14 05:06:13 +07:00
10 lines
156 B
C
10 lines
156 B
C
|
#ifndef _TRACE_LOCKDEP_H
|
||
|
#define _TRACE_LOCKDEP_H
|
||
|
|
||
|
#include <linux/lockdep.h>
|
||
|
#include <linux/tracepoint.h>
|
||
|
|
||
|
#include <trace/lockdep_event_types.h>
|
||
|
|
||
|
#endif
|