1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * This file is part of wl12xx
5 * Copyright (C) 2012 Texas Instruments. All rights reserved.
8 #ifndef __WL12XX_DEBUGFS_H__
9 #define __WL12XX_DEBUGFS_H__
11 int wl12xx_debugfs_add_files(struct wl1271
*wl
,
12 struct dentry
*rootdir
);
14 #endif /* __WL12XX_DEBUGFS_H__ */