wwan_led: Read + report status changes of WWAN LED inputs

This commit is contained in:
Harald Welte
2017-02-03 07:46:01 +01:00
parent af6147997d
commit 2819e9c131
5 changed files with 93 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
#pragma once
int wwan_led_active(int wwan);
int wwan_led_init(void);