1 /* SPDX-License-Identifier: MIT */ 2 /* 3 * Copyright © 2021 Intel Corporation 4 */ 5 #ifndef __INTEL_SA_MEDIA__ 6 #define __INTEL_SA_MEDIA__ 7 8 #include <linux/types.h> 9 10 struct intel_gt; 11 12 int intel_sa_mediagt_setup(struct intel_gt *gt, phys_addr_t phys_addr, 13 u32 gsi_offset); 14 15 #endif /* __INTEL_SA_MEDIA_H__ */ 16