aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNamhoon Kim <namhoonk@cs.unc.edu>2014-11-03 21:53:47 -0500
committerNamhoon Kim <namhoonk@cs.unc.edu>2014-11-03 21:53:47 -0500
commitd0cc5b0897b74201fe1ca363ce1d980b5dbefff5 (patch)
tree870373a54076eb7ac8b9e246ea3bec004c0c7e87 /include
parent5c2112a210e8654d96e3f4c0395f1a326f28666f (diff)
Added cache /proc
Diffstat (limited to 'include')
-rw-r--r--include/litmus/cache_proc.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/litmus/cache_proc.h b/include/litmus/cache_proc.h
new file mode 100644
index 000000000000..a7a740e7bc01
--- /dev/null
+++ b/include/litmus/cache_proc.h
@@ -0,0 +1,10 @@
1#ifndef LITMUS_CACHE_PROC_H
2#define LITMUS_CACHE_PROC_H
3
4#ifdef __KERNEL__
5
6void litmus_setup_lockdown(void __iomem*, u32);
7
8#endif
9
10#endif