/** * \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