projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge git://git.denx.de/u-boot-dm
[oweals/u-boot.git]
/
arch
/
arm
/
include
/
asm
/
arch-fsl-layerscape
/
speed.h
1
/*
2
* Copyright 2014-2015, Freescale Semiconductor, Inc.
3
*
4
* SPDX-License-Identifier: GPL-2.0+
5
*/
6
7
#ifndef _FSL_LAYERSCAPE_SPEED_H
8
#define _FSL_LAYERSCAPE_SPEED_H
9
void get_sys_info(struct sys_info *sys_info);
10
#endif /* _FSL_LAYERSCAPE_SPEED_H */