From 6304718e371e590b09e176c05df21fc5fb631cec Mon Sep 17 00:00:00 2001 From: henryk Date: Wed, 5 Mar 2008 05:03:36 +0000 Subject: Port over the differential miller decoder from the sniffonly host tool Move clock switch to its own header file Specify default (and for non-clock switching capable hardware: single) clock source in hardware definitions git-svn-id: https://svn.openpcd.org:2342/trunk@443 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/application/clock_switch.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 openpicc/application/clock_switch.h (limited to 'openpicc/application/clock_switch.h') diff --git a/openpicc/application/clock_switch.h b/openpicc/application/clock_switch.h new file mode 100644 index 0000000..550b33a --- /dev/null +++ b/openpicc/application/clock_switch.h @@ -0,0 +1,7 @@ +#ifndef CLOCK_SWITCH_H_ +#define CLOCK_SWITCH_H_ + +extern void clock_switch(enum clock_source clock); +extern void clock_switch_init(void); + +#endif /*CLOCK_SWITCH_H_*/ -- cgit v1.2.3