tools/adflib: build only host variant which is used by Sam440 target
[AROS.git] / workbench / devs / diskimage / plugins / dmg / adc.h
blob9f5afbb8802866f780f04d519595ce33f924f6a4
1 /*
2 ** Copyright (C) 2007-2010 Fredrik Wikstrom
3 **
4 ** This file is part of diskimage.device
5 **
6 ** Diskimage.device is free software: you can redistribute it and/or modify it
7 ** under the terms of the GNU Library General Public License as published by
8 ** the Free Software Foundation, either version 3 of the License, or (at your
9 ** option) any later version.
11 ** Diskimage.device is distributed in the hope that it will be useful, but
12 ** WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13 ** or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
14 ** License for more details.
16 ** You should have received a copy of the GNU Library General Public License
17 ** along with diskimage.device. If not, see <http://www.gnu.org/licenses/>.
20 #ifndef ADC_H
21 #define ADC_H
23 #ifndef EXEC_TYPES_H
24 #include <exec/types.h>
25 #endif
27 LONG adc_decompress(APTR dst, LONG dst_len, APTR src, LONG src_len);
29 #endif