repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'ntb-5.11' of git://github.com/jonmason/ntb
[linux/fpc-iii.git]
/
tools
/
lib
/
api
/
cpu.h
blob
90a102fb20dedd567196bc4ad4cf6a79c70f26aa
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __API_CPU__
3
#define __API_CPU__
4
5
int
cpu__get_max_freq
(
unsigned long long
*
freq
);
6
7
#endif
/* __API_CPU__ */