kernel_samsung_a53x/drivers/gpu/drm/i915/selftests/librapl.h
2024-06-15 16:02:09 -03:00

13 lines
225 B
C
Executable file

/* 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 */