blob: 442242e5a543229b26ad274a4864c54c3f2ea35b [file] [log] [blame]
/*
* Copyright 2024 Intel Corporation
* SPDX-License-Identifier: MIT
*/
#pragma once
#include <stdio.h>
#include <stdbool.h>
void read_xe_data_file(FILE *dump_file, FILE *hang_dump_file, bool verbose);