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