]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/systemace.h
NAND: Fix integer overflow in ONFI detection of chips >= 4GiB
[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 *
7 * This source code is free software; you can redistribute it
8 * and/or modify it in source code form under the terms of the GNU
9 * General Public License as published by the Free Software
10 * Foundation; either version 2 of the License, or (at your option)
11 * any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
21 */
22#ident "$Id:$"
23
24#ifdef CONFIG_SYSTEMACE
25
26# include <part.h>
27
28block_dev_desc_t * systemace_get_dev(int dev);
29
30#endif /* CONFIG_SYSTEMACE */
31#endif /* __SYSTEMACE_H */