xref: /linux/drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.h (revision 07fdad3a93756b872da7b53647715c48d0f4a2d0)
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