Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Debugfs interface.
0004  *
0005  * Copyright (c) 2017-2019, Silicon Laboratories, Inc.
0006  * Copyright (c) 2011, ST-Ericsson
0007  */
0008 #ifndef WFX_DEBUG_H
0009 #define WFX_DEBUG_H
0010 
0011 struct wfx_dev;
0012 
0013 int wfx_debug_init(struct wfx_dev *wdev);
0014 
0015 const char *wfx_get_hif_name(unsigned long id);
0016 const char *wfx_get_mib_name(unsigned long id);
0017 const char *wfx_get_reg_name(unsigned long id);
0018 
0019 #endif