projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'm68knommu-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
[platform/kernel/linux-rpi.git]
/
drivers
/
gpu
/
drm
/
i915
/
selftests
/
librapl.h
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 */