From 1a4348038d0eb57d53475074dca49e8192aeb2d7 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 8 Mar 2017 09:28:55 -0800 Subject: Initial commit for N3xx development. - Creates mpm/ subdirectory - First pass at hardware daemon/MPM - New code for LMK04828, AD9371 - spidev integration Contributions by: Martin Braun Derek Kozel Mark Meserve Andrej Rode --- mpm/lib/mykonos/adi_sample/mykonos_static_config.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 mpm/lib/mykonos/adi_sample/mykonos_static_config.h (limited to 'mpm/lib/mykonos/adi_sample/mykonos_static_config.h') diff --git a/mpm/lib/mykonos/adi_sample/mykonos_static_config.h b/mpm/lib/mykonos/adi_sample/mykonos_static_config.h new file mode 100644 index 000000000..8b919fe5b --- /dev/null +++ b/mpm/lib/mykonos/adi_sample/mykonos_static_config.h @@ -0,0 +1,18 @@ +/** + * \file myk_init.h + * + * \brief Contains structure definitions for myk_init.c + * + * The top level structure mykonosDevice_t mykDevice uses keyword + * extern to allow the application layer main() to have visibility + * to these settings. + */ + +#ifndef MYK_INIT_H_ +#define MYK_INIT_H_ + +#include "../adi/t_mykonos.h" + +extern mykonosDevice_t mykDevice; + +#endif -- cgit v1.2.3