xref: /linux/drivers/vdpa/pds/debugfs.h (revision a16291b5bcbbd75586c8396555a0ee9fd4183372)
1*a16291b5SShannon Nelson /* SPDX-License-Identifier: GPL-2.0 */
2*a16291b5SShannon Nelson /* Copyright(c) 2023 Advanced Micro Devices, Inc */
3*a16291b5SShannon Nelson 
4*a16291b5SShannon Nelson #ifndef _PDS_VDPA_DEBUGFS_H_
5*a16291b5SShannon Nelson #define _PDS_VDPA_DEBUGFS_H_
6*a16291b5SShannon Nelson 
7*a16291b5SShannon Nelson #include <linux/debugfs.h>
8*a16291b5SShannon Nelson 
9*a16291b5SShannon Nelson void pds_vdpa_debugfs_create(void);
10*a16291b5SShannon Nelson void pds_vdpa_debugfs_destroy(void);
11*a16291b5SShannon Nelson 
12*a16291b5SShannon Nelson #endif /* _PDS_VDPA_DEBUGFS_H_ */
13