/* SPDX-License-Identifier: MIT */ /* * Copyright © 2022 Intel Corporation */ #ifndef _XE_HUC_TYPES_H_ #define _XE_HUC_TYPES_H_ #include "xe_uc_fw_types.h" struct xe_bo; /** * struct xe_huc - HuC */ struct xe_huc { … }; #endif
/* SPDX-License-Identifier: MIT */ /* * Copyright © 2022 Intel Corporation */ #ifndef _XE_HUC_TYPES_H_ #define _XE_HUC_TYPES_H_ #include "xe_uc_fw_types.h" struct xe_bo; /** * struct xe_huc - HuC */ struct xe_huc { … }; #endif