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
21
sysdrv/drv_ko/wifi/aic8800dc/aic8800_btlpm/lpm.h
Executable file
21
sysdrv/drv_ko/wifi/aic8800dc/aic8800_btlpm/lpm.h
Executable file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (C) 2015 Spreadtrum Communications Inc.
|
||||
*
|
||||
* 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 __LPM_H
|
||||
#define __LPM_H
|
||||
|
||||
int bluesleep_init(struct platform_device *pdev);
|
||||
int bluesleep_exit(struct platform_device *dev);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user