1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2020 Intel Corporation
6 #ifndef SELFTEST_LIBRAPL_H
7 #define SELFTEST_LIBRAPL_H
9 #include <linux/types.h>
11 struct drm_i915_private;
13 bool librapl_supported(const struct drm_i915_private *i915);
15 u64 librapl_energy_uJ(void);
17 #endif /* SELFTEST_LIBRAPL_H */