blob: d129be9d2a71af30220a6adfe711b5bfee9a3fd4 [file] [log] [blame]
Willy Tarreaua397e762015-06-01 15:52:54 +02001#ifndef _IMPORT_DA_H
2#define _IMPORT_DA_H
David Carlier8167f302015-06-01 13:50:06 +02003#ifdef USE_DEVICEATLAS
4
5#include <types/global.h>
6#include <dac.h>
7
David Carlier8167f302015-06-01 13:50:06 +02008int init_deviceatlas(void);
9void deinit_deviceatlas(void);
David Carlier8167f302015-06-01 13:50:06 +020010#endif
11#endif