summaryrefslogtreecommitdiff
path: root/firmware/target/arm/gigabeat/meg-fx/mmu-meg-fx.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/gigabeat/meg-fx/mmu-meg-fx.h')
-rw-r--r--firmware/target/arm/gigabeat/meg-fx/mmu-meg-fx.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/firmware/target/arm/gigabeat/meg-fx/mmu-meg-fx.h b/firmware/target/arm/gigabeat/meg-fx/mmu-meg-fx.h
index 29f303938f..71b1b83801 100644
--- a/firmware/target/arm/gigabeat/meg-fx/mmu-meg-fx.h
+++ b/firmware/target/arm/gigabeat/meg-fx/mmu-meg-fx.h
@@ -7,7 +7,7 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2006 by Greg White 10 * Copyright (C) 2006,2007 by Greg White
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement. 13 * See the file COPYING in the source tree root for full license agreement.
@@ -29,3 +29,7 @@ void clean_dcache_range(const void *base, unsigned int size);
29/* Will *NOT* do write back */ 29/* Will *NOT* do write back */
30void dump_dcache_range(const void *base, unsigned int size); 30void dump_dcache_range(const void *base, unsigned int size);
31 31
32/* Cleans entire DCache */
33void clean_dcache(void);
34
35