]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/systemace.h
arc: cache - build invalidate_icache_all() and invalidate_dcache_all()
[people/ms/u-boot.git] / include / systemace.h
CommitLineData
3f85ce27
WD
1#ifndef __SYSTEMACE_H
2#define __SYSTEMACE_H
3/*
4 * Copyright (c) 2004 Picture Elements, Inc.
5 * Stephen Williams (steve@picturel.com)
6 *
1a459660 7 * SPDX-License-Identifier: GPL-2.0+
3f85ce27 8 */
3f85ce27
WD
9
10#ifdef CONFIG_SYSTEMACE
11
12# include <part.h>
13
14block_dev_desc_t * systemace_get_dev(int dev);
15
16#endif /* CONFIG_SYSTEMACE */
17#endif /* __SYSTEMACE_H */