Sign in
android
/
platform
/
external
/
mesa3d
/
b74eb12a8e01ac086ecfa4f6448a3e46b2cb1593
/
.
/
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
);