linuxOS_AP06/kernel/drivers/gpu/drm/i915/selftests/librapl.h

14 lines
225 B
C
Raw Normal View History

2025-06-03 04:28:32 +00:00
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2020 Intel Corporation
*/
#ifndef SELFTEST_LIBRAPL_H
#define SELFTEST_LIBRAPL_H
#include <linux/types.h>
u64 librapl_energy_uJ(void);
#endif /* SELFTEST_LIBRAPL_H */