From ed1c64c8196520c40dbfe406d7c54f2907f3b0fb Mon Sep 17 00:00:00 2001 From: Moritz Fischer Date: Tue, 6 Jun 2017 15:43:56 -0700 Subject: transport: Added liberio_zero_copy transport implementation This adds a zero copy transport using the liberio library. Currently supported API version for liberio is 0.3, this might still very much break, since the library is still in development. So far nobody uses it UHD so we might as well merge it. Signed-off-by: Alex Williams Signed-off-by: Moritz Fischer --- host/include/config.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'host/include') diff --git a/host/include/config.h.in b/host/include/config.h.in index 0e8982488..19fcf6b22 100644 --- a/host/include/config.h.in +++ b/host/include/config.h.in @@ -23,6 +23,7 @@ #cmakedefine UHD_VERSION_ABI ${UHD_VERSION_ABI} #cmakedefine UHD_VERSION_PATCH ${UHD_VERSION_PATCH} #cmakedefine ENABLE_USB +#cmakedefine ENABLE_LIBERIO #ifndef UHD_VERSION #cmakedefine UHD_VERSION @UHD_VERSION_ADDED@ #endif -- cgit v1.2.3