tests/intel/xe_sriov_flr: Add flr-twice subtest
[drm/igt-gpu-tools.git] / lib / igt_hwmon.h
blobe50c0938942c6d14cc44add6ee1ecb44950c83d5
1 /* SPDX-License-Identifier: MIT */
2 /*
3 * Copyright © 2022 Intel Corporation
4 */
6 #ifndef IGT_HWMON_H
7 #define IGT_HWMON_H
9 #include <stdbool.h>
11 int igt_hwmon_open(int device);
13 #endif /* IGT_HWMON_H */