summaryrefslogtreecommitdiff
path: root/software/include/octtype.h
diff options
context:
space:
mode:
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;