From 66c15af1113de0e864c5286ea255142b2cd53aca Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Wed, 7 Oct 2015 20:31:04 +0100 Subject: Added interface for sdr. To manage audio, sdr devices --- hw/hw.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hw/hw.h') diff --git a/hw/hw.h b/hw/hw.h index 69b943c..ac79431 100644 --- a/hw/hw.h +++ b/hw/hw.h @@ -7,6 +7,8 @@ //#include #include + + uint32_t hw_get_device_count(void); const char* hw_get_device_name(uint32_t index); int hw_get_device_usb_strings(uint32_t index, -- cgit v1.2.3