diff options
Diffstat (limited to 'mpm/lib/mykonos/adi_sample/mykonos_static_config.h')
-rw-r--r-- | mpm/lib/mykonos/adi_sample/mykonos_static_config.h | 18 |
1 files changed, 18 insertions, 0 deletions
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 |