diff options
Diffstat (limited to 'arch/arm/include/asm/outercache.h')
-rw-r--r-- | arch/arm/include/asm/outercache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/outercache.h b/arch/arm/include/asm/outercache.h index 891a56b35bcf..563b92fc2f41 100644 --- a/arch/arm/include/asm/outercache.h +++ b/arch/arm/include/asm/outercache.h | |||
@@ -23,6 +23,8 @@ | |||
23 | 23 | ||
24 | #include <linux/types.h> | 24 | #include <linux/types.h> |
25 | 25 | ||
26 | struct l2x0_regs; | ||
27 | |||
26 | struct outer_cache_fns { | 28 | struct outer_cache_fns { |
27 | void (*inv_range)(unsigned long, unsigned long); | 29 | void (*inv_range)(unsigned long, unsigned long); |
28 | void (*clean_range)(unsigned long, unsigned long); | 30 | void (*clean_range)(unsigned long, unsigned long); |
@@ -36,6 +38,7 @@ struct outer_cache_fns { | |||
36 | 38 | ||
37 | /* This is an ARM L2C thing */ | 39 | /* This is an ARM L2C thing */ |
38 | void (*write_sec)(unsigned long, unsigned); | 40 | void (*write_sec)(unsigned long, unsigned); |
41 | void (*configure)(const struct l2x0_regs *); | ||
39 | }; | 42 | }; |
40 | 43 | ||
41 | extern struct outer_cache_fns outer_cache; | 44 | extern struct outer_cache_fns outer_cache; |