This function is implemented by the legacy block functions now. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
11 lines
208 B
C
11 lines
208 B
C
#ifndef __SYSTEMACE_H
|
|
#define __SYSTEMACE_H
|
|
/*
|
|
* Copyright (c) 2004 Picture Elements, Inc.
|
|
* Stephen Williams (steve@picturel.com)
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#endif /* __SYSTEMACE_H */
|