mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 05:32:40 -05:00
Add clean_dcache
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11901 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d45da93f27
commit
85d5451f3b
1 changed files with 5 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
* \/ \/ \/ \/ \/
|
* \/ \/ \/ \/ \/
|
||||||
* $Id$
|
* $Id$
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006 by Greg White
|
* Copyright (C) 2006,2007 by Greg White
|
||||||
*
|
*
|
||||||
* All files in this archive are subject to the GNU General Public License.
|
* All files in this archive are subject to the GNU General Public License.
|
||||||
* See the file COPYING in the source tree root for full license agreement.
|
* 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);
|
||||||
/* Will *NOT* do write back */
|
/* Will *NOT* do write back */
|
||||||
void dump_dcache_range(const void *base, unsigned int size);
|
void dump_dcache_range(const void *base, unsigned int size);
|
||||||
|
|
||||||
|
/* Cleans entire DCache */
|
||||||
|
void clean_dcache(void);
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue