librapl.h 313 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: MIT */
  2. /*
  3. * Copyright © 2020 Intel Corporation
  4. */
  5. #ifndef SELFTEST_LIBRAPL_H
  6. #define SELFTEST_LIBRAPL_H
  7. #include <linux/types.h>
  8. struct drm_i915_private;
  9. bool librapl_supported(const struct drm_i915_private *i915);
  10. u64 librapl_energy_uJ(void);
  11. #endif /* SELFTEST_LIBRAPL_H */