diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2008-03-05 01:59:58 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2008-03-05 01:59:58 +0000 |
commit | 3ee3c4a649545d1f132bca61cc7484f0d5c92638 (patch) | |
tree | 9dfc8a38819b7b4965ca4ba74e333eb72f365b53 /openpicc/application/tc_sniffer.h | |
parent | bac6c469cc2116b6a2917f75c979722e616ef904 (diff) |
Copy over the relevant changes from the sniffonly branch pending integration
git-svn-id: https://svn.openpcd.org:2342/trunk@442 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/application/tc_sniffer.h')
-rw-r--r-- | openpicc/application/tc_sniffer.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openpicc/application/tc_sniffer.h b/openpicc/application/tc_sniffer.h new file mode 100644 index 0000000..e3a1c29 --- /dev/null +++ b/openpicc/application/tc_sniffer.h @@ -0,0 +1,7 @@ +#ifndef TC_SNIFFER_H_ +#define TC_SNIFFER_H_ + +extern void tc_sniffer (void *pvParameters); +extern void start_stop_sniffing (void); + +#endif /*TC_SNIFFER_H_*/ |