X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fscpi-dmm%2Fprotocol.h;fp=src%2Fhardware%2Fscpi-dmm%2Fprotocol.h;h=e672f33e7e9e46df1c198f2d2b371c41fc2cd464;hp=0000000000000000000000000000000000000000;hb=7a396ff5c5882fb9236c2d36ae9cacef8161f616;hpb=a1ce15d4a1a2eb3d69f64aefda8c7a1931bfe642 diff --git a/src/hardware/scpi-dmm/protocol.h b/src/hardware/scpi-dmm/protocol.h new file mode 100644 index 00000000..e672f33e --- /dev/null +++ b/src/hardware/scpi-dmm/protocol.h @@ -0,0 +1,35 @@ +/* + * This file is part of the libsigrok project. + * + * Copyright (C) 2018 Gerhard Sittig + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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, see . + */ + +#ifndef LIBSIGROK_HARDWARE_SCPI_DMM_PROTOCOL_H +#define LIBSIGROK_HARDWARE_SCPI_DMM_PROTOCOL_H + +#include +#include +#include +#include "libsigrok-internal.h" + +#define LOG_PREFIX "scpi-dmm" + +struct dev_context { +}; + +SR_PRIV int scpi_dmm_receive_data(int fd, int revents, void *cb_data); + +#endif