X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fzeroplus-logic-cube%2Fgl_usb.h;h=ac588fb5d4a3f0948e7d69930d64e68c690b57bb;hb=60cc6f85795315d3257a55cc257bdc3e511b6f45;hp=a5ae01131b1f634895a9eb79b1ff1bd0a8e8ebb3;hpb=ca070ed9a0237e5cea10e5dd974e06da62de890d;p=libsigrok.git diff --git a/hardware/zeroplus-logic-cube/gl_usb.h b/hardware/zeroplus-logic-cube/gl_usb.h index a5ae0113..ac588fb5 100644 --- a/hardware/zeroplus-logic-cube/gl_usb.h +++ b/hardware/zeroplus-logic-cube/gl_usb.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrok project. * * Copyright (C) 2010 Sven Peter * Copyright (C) 2010 Haxx Enterprises @@ -29,11 +29,11 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef SIGROK_ZEROPLUS_GL_H -#define SIGROK_ZEROPLUS_GL_H +#ifndef LIBSIGROK_HARDWARE_ZEROPLUS_LOGIC_CUBE_GL_USB_H +#define LIBSIGROK_HARDWARE_ZEROPLUS_LOGIC_CUBE_GL_USB_H #include -#include "sigrok.h" +#include "libsigrok.h" SR_PRIV int gl_read_bulk(libusb_device_handle *devh, void *buffer, unsigned int size);