mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
8 lines
143 B
C
8 lines
143 B
C
|
/*
|
||
|
* Copyright 2014, Freescale Semiconductor, Inc.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
void get_sys_info(struct sys_info *sys_info);
|