blob: dda113452da9dd75ceceb967fa737a9297a325ae [file] [log] [blame]
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2019 Intel Corporation
*/
#ifndef INTEL_GT_ENGINES_DEBUGFS_H
#define INTEL_GT_ENGINES_DEBUGFS_H
struct intel_gt;
struct dentry;
void intel_gt_engines_debugfs_register(struct intel_gt *gt, struct dentry *root);
#endif /* INTEL_GT_ENGINES_DEBUGFS_H */