X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fbeaglelogic%2Fbeaglelogic.h;h=8d71a10b065c00ecb47b3b745b954743d08a7fbe;hb=d6d87fa2a28edbfa0f1c66ef4b03c9cd8bda095e;hp=11bd14916fd4224f788089df0fe51d43f9d180f9;hpb=0bca2e75f555fc975970c8e9c859c37c74380ede;p=libsigrok.git diff --git a/src/hardware/beaglelogic/beaglelogic.h b/src/hardware/beaglelogic/beaglelogic.h index 11bd1491..8d71a10b 100644 --- a/src/hardware/beaglelogic/beaglelogic.h +++ b/src/hardware/beaglelogic/beaglelogic.h @@ -1,7 +1,7 @@ /* * This file is part of the libsigrok project. * - * Copyright (C) 2014 Kumar Abhishek + * Copyright (C) 2014-17 Kumar Abhishek * * 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 @@ -124,5 +124,9 @@ struct beaglelogic_ops { }; SR_PRIV extern const struct beaglelogic_ops beaglelogic_native_ops; +SR_PRIV extern const struct beaglelogic_ops beaglelogic_tcp_ops; + +SR_PRIV int beaglelogic_tcp_detect(struct dev_context *devc); +SR_PRIV int beaglelogic_tcp_drain(struct dev_context *devc); #endif