mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 03:28:19 +01:00
update:add luckfox-pico Ultra support
This commit is contained in:
committed by
luckfox-eng33
parent
1e160dee55
commit
d3153ac97e
17
sysdrv/drv_ko/wifi/aic8800dc/aic8800_btlpm/rfkill.h
Executable file
17
sysdrv/drv_ko/wifi/aic8800dc/aic8800_btlpm/rfkill.h
Executable file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* This software is licensed under the terms of the GNU General Public
|
||||
* License version 2, as published by the Free Software Foundation, and
|
||||
* may be copied, distributed, and modified under those terms.
|
||||
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
#ifndef __RFKILL_H__
|
||||
#define __RFKILL_H__
|
||||
|
||||
int rfkill_bluetooth_init(struct platform_device *pdev);
|
||||
int rfkill_bluetooth_remove(struct platform_device *pdev);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user