X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=include%2Fgpif-acquisition.h;h=7b55b83b068ad94c749a5d7e39c9bdb11a5c36d7;hb=eb52aca4c6382ec0bb4f7236c494a16c9fd62b01;hp=b1fc1c8f2545188b49df4e9cdd8208d3b6be6c7a;hpb=fb08a72db5979d9b34e3f1bb59dd32aceb9bf32d;p=sigrok-firmware-fx2lafw.git diff --git a/include/gpif-acquisition.h b/include/gpif-acquisition.h index b1fc1c8f..7b55b83b 100644 --- a/include/gpif-acquisition.h +++ b/include/gpif-acquisition.h @@ -1,5 +1,5 @@ /* - * This file is part of the fx2lafw project. + * This file is part of the sigrok-firmware-fx2lafw project. * * Copyright (C) 2012 Joel Holdsworth * @@ -14,16 +14,17 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ -#include +#ifndef FX2LAFW_INCLUDE_GPIF_ACQUISITION_H +#define FX2LAFW_INCLUDE_GPIF_ACQUISITION_H +#include #include void gpif_init_la(void); - bool gpif_acquisition_start(const struct cmd_start_acquisition *cmd); - void gpif_poll(void); + +#endif