/*******************************************************************/ /* */ /* Advanced Communication Board Developer Toolkit */ /* (c)Copyright 1993-1995, Sealevel Systems Incorporated */ /* */ /* For use with Advanced Communication Boards */ /* ACB.H */ /* This file defines constants and prototypes for */ /* routines that interface to the 85x30 */ /* Source File is ACB.C */ /*******************************************************************/ // #define _BORLAND /* Borland compiler option */ /******************************************************************* Prototypes *******************************************************************/ #ifdef _BORLAND extern void SCCInitEx(unsigned short , unsigned char far *, unsigned short ); #else extern void SCCInitEx(unsigned short , unsigned char _far *, unsigned short ); #endif extern unsigned char SCCin(unsigned short , unsigned char ); extern void SCCout(unsigned short , unsigned char ,unsigned char );