repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
14 lines
225 B
C
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 */
|