1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2021 Intel Corporation
5 #ifndef __INTEL_SA_MEDIA__
6 #define __INTEL_SA_MEDIA__
8 #include <linux/types.h>
12 int intel_sa_mediagt_setup(struct intel_gt *gt, phys_addr_t phys_addr,
15 #endif /* __INTEL_SA_MEDIA_H__ */