Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5562e98 authored by David Woodhouse's avatar David Woodhouse Committed by John W. Linville
Browse files

libertas: add LED control TLV to types.h

parent 9e1228d0
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -239,4 +239,17 @@ struct mrvlietypes_ledgpio {
	struct led_pin ledpin[1];
} __attribute__ ((packed));

struct led_bhv {
	uint8_t	firmwarestate;
	uint8_t	led;
	uint8_t	ledstate;
	uint8_t	ledarg;
} __attribute__ ((packed));


struct mrvlietypes_ledbhv {
	struct mrvlietypesheader header;
	struct led_bhv ledbhv[1];
} __attribute__ ((packed));

#endif