mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-03-02 03:35:23 +00:00
mvebu: remove accidentally added file
Remove accidentally added file (which was a left-over of a by-now replaced driver) Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
0210f37534
commit
962c585580
@ -1,11 +0,0 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
||||||
|
|
||||||
#ifndef _LINUX_PUZZLE_H_
|
|
||||||
#define _LINUX_PUZZLE_H_
|
|
||||||
|
|
||||||
struct puzzle;
|
|
||||||
int puzzle_led(struct puzzle *pz, u8 ledn, u8 ledmode);
|
|
||||||
int puzzle_fan(struct puzzle *pz, u8 speed);
|
|
||||||
int puzzle_buzzer(struct puzzle *pz, u8 len);
|
|
||||||
|
|
||||||
#endif /* _LINUX_PUZZLE_H_ */
|
|
Loading…
Reference in New Issue
Block a user