mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-29 07:34:06 +08: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
|