/*******************************************************************/ /* */ /* Advanced Communication Board Developer Toolkit */ /* (c)Copyright 1993-1995, Sealevel Systems Incorporated */ /* */ /* ACB.H */ /* For use with Advanced Communication Boards */ /* These routines write to the 85x30 SCC registers */ /* ACB.ASM external prototypes */ /*******************************************************************/ /* For use with Advanced Communication Boards */ /* ACB.ASM external prototypes */ /*******************************************************************/ #ifdef __cplusplus extern "C" { #endif extern void SCCout(unsigned short,unsigned char,unsigned char); extern unsigned char SCCin(unsigned short,unsigned char); extern void SCCInit(unsigned short,unsigned char *ad1,unsigned char *ad2); extern void SCCInitEx(unsigned short,unsigned char __far *fp, unsigned short len1); #ifdef __cplusplus } #endif /*******************************************************************/