brintos

brintos / linux-shallow public Read only

0
0
Text · 262 B · 55547f2 Raw
14 lines · c
1/* SPDX-License-Identifier: MIT */2/*3 * Copyright © 2024 Intel Corporation4 */5 6#ifndef __INTEL_GT_CCS_MODE_H__7#define __INTEL_GT_CCS_MODE_H__8 9struct intel_gt;10 11unsigned int intel_gt_apply_ccs_mode(struct intel_gt *gt);12 13#endif /* __INTEL_GT_CCS_MODE_H__ */14