From 1dfa375abb95c59830c38697c53fa9a6794a9fb9 Mon Sep 17 00:00:00 2001 From: henryk Date: Sun, 11 Nov 2007 19:24:37 +0000 Subject: Add code modules for tc_fdt, tc_cdiv_sync, tc_cdiv, ssc_picc Almost all of these have not been checked yet, I just copied them over and hot-fixed compile time errors F.e. all ssc usb code has been removed git-svn-id: https://svn.openpcd.org:2342/trunk@323 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/application/tc_cdiv_sync.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 openpicc/application/tc_cdiv_sync.h (limited to 'openpicc/application/tc_cdiv_sync.h') diff --git a/openpicc/application/tc_cdiv_sync.h b/openpicc/application/tc_cdiv_sync.h new file mode 100644 index 0000000..0101321 --- /dev/null +++ b/openpicc/application/tc_cdiv_sync.h @@ -0,0 +1,6 @@ +#ifndef _TC_CDIV_SYNC_H +#define _TC_CDIV_SYNC_H +extern void tc_cdiv_sync_enable(void); +extern void tc_cdiv_sync_init(void); +extern void tc_cdiv_sync_reset(void); +#endif -- cgit v1.2.3