18 lines
313 B
C
Raw Normal View History

2026-01-21 18:59:54 +08:00
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2020 Intel Corporation
*/
#ifndef SELFTEST_LIBRAPL_H
#define SELFTEST_LIBRAPL_H
#include <linux/types.h>
2026-01-29 22:25:33 +08:00
struct drm_i915_private;
bool librapl_supported(const struct drm_i915_private *i915);
2026-01-21 18:59:54 +08:00
u64 librapl_energy_uJ(void);
#endif /* SELFTEST_LIBRAPL_H */