Sign in
fuchsia
/
third_party
/
mesa
/
main
/
.
/
src
/
intel
/
perf
/
intel_perf_common.h
blob: 33b7ac7dbf02eeeb08e2c7a3d74a63ae9f6cac2d [
file
] [
log
] [
blame
]
/*
* Copyright 2024 Intel Corporation
* SPDX-License-Identifier: MIT
*/
#pragma
once
#include
<stdbool.h>
#include
<stdint.h>
bool
read_file_uint64
(
const
char
*
file
,
uint64_t
*
val
);