1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2022 Intel Corporation
6 #ifndef _INTEL_HWCONFIG_H_
7 #define _INTEL_HWCONFIG_H_
9 #include <linux/types.h>
13 struct intel_hwconfig {
18 int intel_gt_init_hwconfig(struct intel_gt *gt);
19 void intel_gt_fini_hwconfig(struct intel_gt *gt);
21 #endif /* _INTEL_HWCONFIG_H_ */