diff options
author | Namhoon Kim <namhoonk@cs.unc.edu> | 2014-11-03 21:53:47 -0500 |
---|---|---|
committer | Namhoon Kim <namhoonk@cs.unc.edu> | 2014-11-03 21:53:47 -0500 |
commit | d0cc5b0897b74201fe1ca363ce1d980b5dbefff5 (patch) | |
tree | 870373a54076eb7ac8b9e246ea3bec004c0c7e87 /include | |
parent | 5c2112a210e8654d96e3f4c0395f1a326f28666f (diff) |
Added cache /proc
Diffstat (limited to 'include')
-rw-r--r-- | include/litmus/cache_proc.h | 10 |
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 | |||
6 | void litmus_setup_lockdown(void __iomem*, u32); | ||
7 | |||
8 | #endif | ||
9 | |||
10 | #endif | ||