summaryrefslogtreecommitdiff
path: root/promisc.h
blob: b290b929b0dd7d63e6564e0bef0f4073fd39d13e (plain)
1
2
3
4
5
6
7
#ifndef PROMISC_H
#define PROMISC_H

extern short enter_promiscuous_mode(char *ifname);
extern void leave_promiscuous_mode(char *ifname, short oldflags);

#endif /* PROMISC_H */
ed'>includemode:
authorWei Yongjun <weiyongjun1@huawei.com>2016-10-23 11:41:09 +0000
committerMark Brown <broonie@kernel.org>2016-10-24 16:10:54 +0100
commit4690481060f3c6b557b01f18319c6382f0fd63ab (patch)
tree77066346a4aceec81b85502cfff657a13f790124 /Documentation
parentc3474e211576fc88ddd1f3e8ce3b06a2051438e7 (diff)
ASoC: Intel: Atom: add terminate entry for dmi_system_id tables
Make sure dmi_system_id tables are NULL terminated. Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')