1 /* $NetBSD: debugfs_engines.h,v 1.2 2021/12/18 23:45:30 riastradh Exp $ */ 2 3 /* SPDX-License-Identifier: MIT */ 4 /* 5 * Copyright © 2019 Intel Corporation 6 */ 7 8 #ifndef DEBUGFS_ENGINES_H 9 #define DEBUGFS_ENGINES_H 10 11 struct intel_gt; 12 struct dentry; 13 14 void debugfs_engines_register(struct intel_gt *gt, struct dentry *root); 15 16 #endif /* DEBUGFS_ENGINES_H */ 17