repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
net
/
wireless
/
ti
/
wlcore
/
sysfs.h
blob
770b3d3ad7b0685c07f6fdc9d9ff404de6529ce1
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