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 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
i915
/
selftests
/
librapl.h
blob
887f3e91dd055d5f4cdeb91c0e605a906813e66f
1
/* SPDX-License-Identifier: MIT */
2
/*
3
* Copyright © 2020 Intel Corporation
4
*/
5
6
#ifndef SELFTEST_LIBRAPL_H
7
#define SELFTEST_LIBRAPL_H
8
9
#include <linux/types.h>
10
11
u64
librapl_energy_uJ
(
void
);
12
13
#endif
/* SELFTEST_LIBRAPL_H */