summaryrefslogtreecommitdiff
path: root/openpicc/application/openpicc.h
diff options
context:
space:
mode:
Diffstat (limited to 'openpicc/application/openpicc.h')
-rw-r--r--openpicc/application/openpicc.h4
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__*/
personal git repositories of Harald Welte. Your mileage may vary