Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
011d8261117249eab97bc86a8e1ac7731e03e319
/
.
/
drivers
/
ras
/
debugfs.h
blob: db72e4513191c5a730218190ea9e63b31515781c [
file
] [
log
] [
blame
]
Borislav Petkov
011d826
2017-03-27 11:33:02 +0200
[
diff
] [
blame^
]
1
#ifndef
__RAS_DEBUGFS_H__
2
#define
__RAS_DEBUGFS_H__
3
4
#include
<linux/debugfs.h>
5
6
extern
struct
dentry
*
ras_debugfs_dir
;
7
8
#endif
/* __RAS_DEBUGFS_H__ */