2019-05-29 23:57:50 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2009-04-29 20:33:31 +00:00
|
|
|
/*
|
2009-06-12 11:17:39 +00:00
|
|
|
* This file is part of wl1251
|
2009-04-29 20:33:31 +00:00
|
|
|
*
|
|
|
|
* Copyright (C) 2009 Nokia Corporation
|
|
|
|
*/
|
|
|
|
|
2009-06-12 11:17:39 +00:00
|
|
|
#ifndef WL1251_DEBUGFS_H
|
|
|
|
#define WL1251_DEBUGFS_H
|
2009-04-29 20:33:31 +00:00
|
|
|
|
2009-06-12 11:17:25 +00:00
|
|
|
#include "wl1251.h"
|
2009-04-29 20:33:31 +00:00
|
|
|
|
2009-06-12 11:17:39 +00:00
|
|
|
int wl1251_debugfs_init(struct wl1251 *wl);
|
|
|
|
void wl1251_debugfs_exit(struct wl1251 *wl);
|
|
|
|
void wl1251_debugfs_reset(struct wl1251 *wl);
|
2009-04-29 20:33:31 +00:00
|
|
|
|
2009-06-12 11:17:39 +00:00
|
|
|
#endif /* WL1251_DEBUGFS_H */
|