X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fhardware%2Fbeaglelogic%2Fbeaglelogic.h;h=8d71a10b065c00ecb47b3b745b954743d08a7fbe;hb=70cfec9a1419741b5972f10f7bc7aea7c15b700b;hp=3ee0fd693f3e0665f2aa09468839811821660425;hpb=9b2b3ef93e9821ffc9edc1c8bdd929c0143939dd;p=libsigrok.git diff --git a/src/hardware/beaglelogic/beaglelogic.h b/src/hardware/beaglelogic/beaglelogic.h index 3ee0fd69..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 @@ -127,5 +127,6 @@ 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