]> Git Repo - J-linux.git/blob - drivers/net/wireless/ti/wl1251/debugfs.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / drivers / net / wireless / ti / wl1251 / debugfs.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * This file is part of wl1251
4  *
5  * Copyright (C) 2009 Nokia Corporation
6  */
7
8 #ifndef WL1251_DEBUGFS_H
9 #define WL1251_DEBUGFS_H
10
11 #include "wl1251.h"
12
13 int wl1251_debugfs_init(struct wl1251 *wl);
14 void wl1251_debugfs_exit(struct wl1251 *wl);
15 void wl1251_debugfs_reset(struct wl1251 *wl);
16
17 #endif /* WL1251_DEBUGFS_H */
This page took 0.02927 seconds and 4 git commands to generate.