brintos

brintos / linux-shallow public Read only

0
0
Text · 298 B · e8900e3 Raw
16 lines · c
1/* SPDX-License-Identifier: MIT */2/*3 * Copyright © 2020 Intel Corporation4 */5 6#ifndef DEBUGFS_GUC_LOG_H7#define DEBUGFS_GUC_LOG_H8 9struct intel_guc_log;10struct dentry;11 12void intel_guc_log_debugfs_register(struct intel_guc_log *log,13				    struct dentry *root);14 15#endif /* DEBUGFS_GUC_LOG_H */16