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 14 lines 262 B view raw
1/* SPDX-License-Identifier: MIT */ 2/* 3 * Copyright © 2020 Intel Corporation 4 */ 5 6#ifndef DEBUGFS_UC_H 7#define DEBUGFS_UC_H 8 9struct intel_uc; 10struct dentry; 11 12void intel_uc_debugfs_register(struct intel_uc *uc, struct dentry *gt_root); 13 14#endif /* DEBUGFS_UC_H */