/* * Copyright 2024 Intel Corporation * SPDX-License-Identifier: MIT */ #pragma once #include #include bool read_file_uint64(const char *file, uint64_t *val);