mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-12 20:28:20 +00:00
wifi_drv: enable soft RFKILL and new front end
* TODO
This commit is contained in:
committed by
Christian Helmuth
parent
4a47b7cb41
commit
ec9e8ecfaa
26
repos/dde_linux/include/wifi/rfkill.h
Normal file
26
repos/dde_linux/include/wifi/rfkill.h
Normal file
@ -0,0 +1,26 @@
|
||||
/*
|
||||
* \brief RFKILL interface
|
||||
* \author Josef Soentgen
|
||||
* \date 2018-07-11
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2018 Genode Labs GmbH
|
||||
*
|
||||
* This file is distributed under the terms of the GNU General Public License
|
||||
* version 2.
|
||||
*/
|
||||
|
||||
#ifndef _WIFI__RFKILL_H_
|
||||
#define _WIFI__RFKILL_H_
|
||||
|
||||
|
||||
namespace Wifi {
|
||||
|
||||
enum { RFKILL_FD = 42, };
|
||||
}
|
||||
|
||||
bool wifi_get_rfkill(void);
|
||||
void wifi_set_rfkill(bool);
|
||||
|
||||
#endif /* _WIFI__RFKILL_H_ */
|
Reference in New Issue
Block a user