From 675350a1d69bafaf76e3723707b23ec1d2830e53 Mon Sep 17 00:00:00 2001 From: Ashish Chaudhari Date: Tue, 12 Aug 2014 18:28:36 -0700 Subject: b200, ad9361: Cleanup up AD9361 driver - Removed transaction interface - Made the driver a C++ class --- .../usrp/common/ad9361_driver/ad9361_dispatch.h | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 host/lib/usrp/common/ad9361_driver/ad9361_dispatch.h (limited to 'host/lib/usrp/common/ad9361_driver/ad9361_dispatch.h') diff --git a/host/lib/usrp/common/ad9361_driver/ad9361_dispatch.h b/host/lib/usrp/common/ad9361_driver/ad9361_dispatch.h deleted file mode 100644 index 552405763..000000000 --- a/host/lib/usrp/common/ad9361_driver/ad9361_dispatch.h +++ /dev/null @@ -1,24 +0,0 @@ -// -// Copyright 2014 Ettus Research LLC -// - -#ifndef INCLUDED_AD9361_DISPATCH_H -#define INCLUDED_AD9361_DISPATCH_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include - -extern void ad9361_dispatch(const char* request, char* response); - -typedef void (*msgfn)(const char*, ...); - -extern void ad9361_set_msgfn(msgfn pfn); - -#ifdef __cplusplus -} -#endif - -#endif /* INCLUDED_AD9361_DISPATCH_H */ -- cgit v1.2.3