summaryrefslogtreecommitdiff
path: root/openpcd/firmware/include/types.h
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-07-22 14:24:58 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-07-22 14:24:58 +0000
commit5f148f59e732b1e1833f5b106d58d4ad55f19f40 (patch)
treee2cdeede62d4c30b28aea5b327bfb075f3ef4fad /openpcd/firmware/include/types.h
parent413333331aa5db1a9d18be6bfb76ccd84f761ac4 (diff)
- add S256 linker script
- add USB transmit routines - connect usb OUT endpoint with parser / spi git-svn-id: https://svn.openpcd.org:2342/trunk@10 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/include/types.h')
-rw-r--r--openpcd/firmware/include/types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openpcd/firmware/include/types.h b/openpcd/firmware/include/types.h
index c5c036c..f17ffe5 100644
--- a/openpcd/firmware/include/types.h
+++ b/openpcd/firmware/include/types.h
@@ -6,4 +6,9 @@ typedef unsigned short u_int16_t;
typedef unsigned int u_int32_t;
typedef unsigned long long u_int64_t;
+typedef signed char int8_t;
+typedef signed short int16_t;
+typedef signed int int32_t;
+typedef signed long long int64_t;
+
#endif
personal git repositories of Harald Welte. Your mileage may vary