• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright 2024 Intel Corporation
3  * SPDX-License-Identifier: MIT
4  */
5 
6 #pragma once
7 
8 #include <stdio.h>
9 #include <stdbool.h>
10 
11 void read_xe_data_file(FILE *dump_file, FILE *hang_dump_file, bool verbose);
12