18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: MIT */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright © 2020 Intel Corporation 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef SELFTEST_LIBRAPL_H 78c2ecf20Sopenharmony_ci#define SELFTEST_LIBRAPL_H 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#include <linux/types.h> 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ciu64 librapl_energy_uJ(void); 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#endif /* SELFTEST_LIBRAPL_H */ 14