Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.13 15 lines 309 B view raw
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 10struct intel_gt; 11 12int intel_sa_mediagt_setup(struct intel_gt *gt, phys_addr_t phys_addr, 13 u32 gsi_offset); 14 15#endif /* __INTEL_SA_MEDIA_H__ */