12b27bdccSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
210b1e8a2SLuciano Coelho /*
310b1e8a2SLuciano Coelho  * This file is part of wl12xx
410b1e8a2SLuciano Coelho  *
510b1e8a2SLuciano Coelho  * Copyright (C) 2012 Texas Instruments. All rights reserved.
610b1e8a2SLuciano Coelho  */
710b1e8a2SLuciano Coelho 
810b1e8a2SLuciano Coelho #ifndef __WL12XX_DEBUGFS_H__
910b1e8a2SLuciano Coelho #define __WL12XX_DEBUGFS_H__
1010b1e8a2SLuciano Coelho 
1110b1e8a2SLuciano Coelho int wl12xx_debugfs_add_files(struct wl1271 *wl,
1210b1e8a2SLuciano Coelho 			     struct dentry *rootdir);
1310b1e8a2SLuciano Coelho 
1410b1e8a2SLuciano Coelho #endif /* __WL12XX_DEBUGFS_H__ */
15