aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bmips/image/lzma-loader/src/cache.h
blob: 831ac7b552ee9554a907352556c0711cc23c0fb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * LZMA compressed kernel loader for Atheros AR7XXX/AR9XXX based boards
 *
 * Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org>
 */

#ifndef __CACHE_H
#define __CACHE_H

void flush_cache(unsigned long start_addr, unsigned long size);

#endif /* __CACHE_H */