luckfox-pico-sdk/sysdrv/source/kernel/drivers/gpu/drm/i915/selftests/librapl.h
2023-08-08 20:36:47 +08:00

14 lines
225 B
C

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