• 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 "dev/intel_device_info.h"
9 
10 void intel_common_update_device_info(int fd, struct intel_device_info *devinfo);
11