xref: /linux/drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.h (revision a7ddedc84c59a645ef970b992f7cda5bffc70cc0)
1 /* SPDX-License-Identifier: GPL-2.0-only
2  *
3  * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
4  */
5 
6 /* PPE debugfs counters setup. */
7 
8 #ifndef __PPE_DEBUGFS_H__
9 #define __PPE_DEBUGFS_H__
10 
11 #include "ppe.h"
12 
13 void ppe_debugfs_setup(struct ppe_device *ppe_dev);
14 void ppe_debugfs_teardown(struct ppe_device *ppe_dev);
15 
16 #endif
17