#ifndef _IMPORT_DA_H #define _IMPORT_DA_H #ifdef USE_DEVICEATLAS #include #include int init_deviceatlas(void); void deinit_deviceatlas(void); #endif #endif