X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fhp-3478a%2Fprotocol.h;fp=src%2Fhardware%2Fhp-3478a%2Fprotocol.h;h=a36af719f08a4fb18eac31977b7bd25d23192a3f;hb=1d9eebf4bef4f74f2f2f0f0f9c29836f8d5369e6;hp=0000000000000000000000000000000000000000;hpb=374b0a94b211d244cf7802751ed45c2059e1550a;p=libsigrok.git diff --git a/src/hardware/hp-3478a/protocol.h b/src/hardware/hp-3478a/protocol.h new file mode 100644 index 00000000..a36af719 --- /dev/null +++ b/src/hardware/hp-3478a/protocol.h @@ -0,0 +1,35 @@ +/* + * This file is part of the libsigrok project. + * + * Copyright (C) 2017 Frank Stettner + * + * 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_HP_3478A_PROTOCOL_H +#define LIBSIGROK_HARDWARE_HP_3478A_PROTOCOL_H + +#include +#include +#include +#include "libsigrok-internal.h" + +#define LOG_PREFIX "hp-3478a" + +struct dev_context { +}; + +SR_PRIV int hp_3478a_receive_data(int fd, int revents, void *cb_data); + +#endif