diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-11-11 19:24:37 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-11-11 19:24:37 +0000 |
commit | 1dfa375abb95c59830c38697c53fa9a6794a9fb9 (patch) | |
tree | ffa43c6bcfe4662c6e73baf1668b85b097b9028f /openpicc/application/openpicc.h | |
parent | 9d397dfbbea03968384b9a1b0ae121b6ba256806 (diff) |
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
Diffstat (limited to 'openpicc/application/openpicc.h')
-rw-r--r-- | openpicc/application/openpicc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openpicc/application/openpicc.h b/openpicc/application/openpicc.h index 1ed4273..15f9143 100644 --- a/openpicc/application/openpicc.h +++ b/openpicc/application/openpicc.h @@ -24,6 +24,8 @@ #ifndef __OPENPICC_H__ #define __OPENPICC_H__ +#include "board.h" + typedef unsigned char bool_t; typedef unsigned char u_int8_t; typedef unsigned short u_int16_t; @@ -32,6 +34,8 @@ typedef signed char s_int8_t; typedef signed short s_int16_t; typedef int s_int32_t; +#define int16_t s_int16_t + #define DA_BASELINE 200 #endif/*__OPENPICC_H__*/ |