/* SPDX-License-Identifier: MIT */ /* * Copyright © 2023 Intel Corporation */ #ifndef _ABI_GSC_PROXY_COMMANDS_ABI_H #define _ABI_GSC_PROXY_COMMANDS_ABI_H #include <linux/types.h> /* Heci client ID for proxy commands */ #define HECI_MEADDRESS_PROXY … /* FW-defined proxy header */ struct xe_gsc_proxy_header { … } __packed; /* FW-defined proxy types */ enum xe_gsc_proxy_type { … }; #endif