xref: /openbmc/linux/arch/xtensa/include/asm/highmem.h (revision 367b8112)
1367b8112SChris Zankel /*
2367b8112SChris Zankel  * include/asm-xtensa/highmem.h
3367b8112SChris Zankel  *
4367b8112SChris Zankel  * This file is subject to the terms and conditions of the GNU General
5367b8112SChris Zankel  * Public License.  See the file "COPYING" in the main directory of
6367b8112SChris Zankel  * this archive for more details.
7367b8112SChris Zankel  *
8367b8112SChris Zankel  * Copyright (C) 2003 - 2005 Tensilica Inc.
9367b8112SChris Zankel  */
10367b8112SChris Zankel 
11367b8112SChris Zankel #ifndef _XTENSA_HIGHMEM_H
12367b8112SChris Zankel #define _XTENSA_HIGHMEM_H
13367b8112SChris Zankel 
14367b8112SChris Zankel extern void flush_cache_kmaps(void);
15367b8112SChris Zankel 
16367b8112SChris Zankel #endif
17367b8112SChris Zankel 
18