]> Git Repo - J-linux.git/blob - drivers/net/wireless/ti/wlcore/sysfs.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 / wlcore / sysfs.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * This file is part of wlcore
4  *
5  * Copyright (C) 2013 Texas Instruments Inc.
6  */
7
8 #ifndef __SYSFS_H__
9 #define __SYSFS_H__
10
11 int wlcore_sysfs_init(struct wl1271 *wl);
12 void wlcore_sysfs_free(struct wl1271 *wl);
13
14 #endif
This page took 0.027955 seconds and 4 git commands to generate.