ocfs2: avoid inode removal while nfsd is accessing it
[linux/fpc-iii.git] / drivers / staging / wfx / debug.h
blob6f2f84d64c9e866763738ffdfc77ae20f6c11a03
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Debugfs interface.
5 * Copyright (c) 2017-2019, Silicon Laboratories, Inc.
6 * Copyright (c) 2011, ST-Ericsson
7 */
8 #ifndef WFX_DEBUG_H
9 #define WFX_DEBUG_H
11 struct wfx_dev;
13 int wfx_debug_init(struct wfx_dev *wdev);
15 const char *get_hif_name(unsigned long id);
16 const char *get_mib_name(unsigned long id);
17 const char *get_reg_name(unsigned long id);
19 #endif /* WFX_DEBUG_H */