~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/u-boot/include/systemace.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __SYSTEMACE_H
 
2
#define __SYSTEMACE_H
 
3
/*
 
4
 * Copyright (c) 2004 Picture Elements, Inc.
 
5
 *    Stephen Williams (steve@picturel.com)
 
6
 *
 
7
 * SPDX-License-Identifier:     GPL-2.0+
 
8
 */
 
9
#ident "$Id:$"
 
10
 
 
11
#ifdef CONFIG_SYSTEMACE
 
12
 
 
13
# include  <part.h>
 
14
 
 
15
block_dev_desc_t *  systemace_get_dev(int dev);
 
16
 
 
17
#endif  /* CONFIG_SYSTEMACE */
 
18
#endif  /* __SYSTEMACE_H */