drm/i915: Drop the CONTEXT_CLONE API (v2)
[linux-2.6-microblaze.git] / drivers / gpu / drm / i915 / gt / uc / intel_uc_debugfs.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2020 Intel Corporation
4  */
5
6 #ifndef DEBUGFS_UC_H
7 #define DEBUGFS_UC_H
8
9 struct intel_uc;
10 struct dentry;
11
12 void intel_uc_debugfs_register(struct intel_uc *uc, struct dentry *gt_root);
13
14 #endif /* DEBUGFS_UC_H */