Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / vdpa / pds / debugfs.h
blobc088a4e8f1e92949f5db7811e2f773c79251147d
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright(c) 2023 Advanced Micro Devices, Inc */
4 #ifndef _PDS_VDPA_DEBUGFS_H_
5 #define _PDS_VDPA_DEBUGFS_H_
7 #include <linux/debugfs.h>
9 void pds_vdpa_debugfs_create(void);
10 void pds_vdpa_debugfs_destroy(void);
11 void pds_vdpa_debugfs_add_pcidev(struct pds_vdpa_aux *vdpa_aux);
12 void pds_vdpa_debugfs_add_ident(struct pds_vdpa_aux *vdpa_aux);
13 void pds_vdpa_debugfs_add_vdpadev(struct pds_vdpa_aux *vdpa_aux);
14 void pds_vdpa_debugfs_del_vdpadev(struct pds_vdpa_aux *vdpa_aux);
15 void pds_vdpa_debugfs_reset_vdpadev(struct pds_vdpa_aux *vdpa_aux);
17 #endif /* _PDS_VDPA_DEBUGFS_H_ */