summaryrefslogtreecommitdiff
path: root/software/include/octtype.h
diff options
context:
space:
mode:
authorOctasic Inc <support@octasic.com>2006-07-25 11:19:46 +0300
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-02-27 21:07:44 +0200
commit87350ddeca199ccf385dd52416d715b649659724 (patch)
treeb2a986fa012c1028d6b7a9b7856e3b94da42733d /software/include/octtype.h
parent5275491c82eaa56efb4e7a48270c9e39fe60ac87 (diff)
importing OCT612x-01.00-PR43
Diffstat (limited to 'software/include/octtype.h')
-rw-r--r--software/include/octtype.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/software/include/octtype.h b/software/include/octtype.h
index 23ef7ef..bc73731 100644
--- a/software/include/octtype.h
+++ b/software/include/octtype.h
@@ -22,9 +22,9 @@ You should have received a copy of the GNU General Public License
along with the OCT6100 GPL API; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-$Octasic_Release: OCT612xAPI-01.00-PR42 $
+$Octasic_Release: OCT612xAPI-01.00-PR43 $
-$Octasic_Revision: 16 $
+$Octasic_Revision: 18 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#ifndef __OCTTYPE_H__
@@ -62,6 +62,7 @@ typedef signed short *PINT16;
/* 8-bit integer */
typedef unsigned char UINT8;
typedef signed char INT8;
+typedef signed char OCT_INT8;
typedef unsigned char *PUINT8;
typedef signed char *PINT8;