xref: /aosp_15_r20/external/mesa3d/src/intel/perf/intel_perf_common.h (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 /*
2  * Copyright 2024 Intel Corporation
3  * SPDX-License-Identifier: MIT
4  */
5 
6 #pragma once
7 
8 #include <stdbool.h>
9 #include <stdint.h>
10 
11 bool read_file_uint64(const char *file, uint64_t *val);
12