blob: d129be9d2a71af30220a6adfe711b5bfee9a3fd4 [file] [log] [blame]
#ifndef _IMPORT_DA_H
#define _IMPORT_DA_H
#ifdef USE_DEVICEATLAS
#include <types/global.h>
#include <dac.h>
int init_deviceatlas(void);
void deinit_deviceatlas(void);
#endif
#endif