mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-15 18:04:36 +00: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
|