]> Git Repo - J-u-boot.git/blob - include/systemace.h
Merge branch 'master' of git://git.denx.de/u-boot-arm
[J-u-boot.git] / include / systemace.h
1 #ifndef __SYSTEMACE_H
2 #define __SYSTEMACE_H
3 /*
4  * Copyright (c) 2004 Picture Elements, Inc.
5  *    Stephen Williams ([email protected])
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9
10 #ifdef CONFIG_SYSTEMACE
11
12 # include  <part.h>
13
14 block_dev_desc_t *  systemace_get_dev(int dev);
15
16 #endif  /* CONFIG_SYSTEMACE */
17 #endif  /* __SYSTEMACE_H */
This page took 0.027085 seconds and 4 git commands to generate.