https://github.com/torvalds/linux
Raw File
Tip revision: 661f049be17a3894cb438d46ba5af8e3643aac28 authored by Johan Hovold on 30 November 2016, 14:29:54 UTC
net: ethernet: stmmac: platform: fix outdated function header
Tip revision: 661f049
sysfs.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __WIRELESS_SYSFS_H
#define __WIRELESS_SYSFS_H

int wiphy_sysfs_init(void);
void wiphy_sysfs_exit(void);

extern struct class ieee80211_class;

#endif /* __WIRELESS_SYSFS_H */
back to top