repo.or.cz
/
drm
/
igt-gpu-tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests/intel/xe_sriov_flr: Add flr-twice subtest
[drm/igt-gpu-tools.git]
/
lib
/
igt_hwmon.h
blob
e50c0938942c6d14cc44add6ee1ecb44950c83d5
1
/* SPDX-License-Identifier: MIT */
2
/*
3
* Copyright © 2022 Intel Corporation
4
*/
5
6
#ifndef IGT_HWMON_H
7
#define IGT_HWMON_H
8
9
#include <stdbool.h>
10
11
int
igt_hwmon_open
(
int
device
);
12
13
#endif
/* IGT_HWMON_H */