blob: 3b6ec7da4b41e981022ecd2d731f44bb3504fd74 [file] [log] [blame]
wdenk3f85ce22004-02-23 16:11:30 +00001#ifndef __SYSTEMACE_H
2#define __SYSTEMACE_H
3/*
4 * Copyright (c) 2004 Picture Elements, Inc.
5 * Stephen Williams (steve@picturel.com)
6 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02007 * SPDX-License-Identifier: GPL-2.0+
wdenk3f85ce22004-02-23 16:11:30 +00008 */
wdenk3f85ce22004-02-23 16:11:30 +00009
10#ifdef CONFIG_SYSTEMACE
11
12# include <part.h>
13
Simon Glass4101f682016-02-29 15:25:34 -070014struct blk_desc *systemace_get_dev(int dev);
wdenk3f85ce22004-02-23 16:11:30 +000015
16#endif /* CONFIG_SYSTEMACE */
17#endif /* __SYSTEMACE_H */