;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; ;; Advanced Communication Board Developer Toolkit ;; ;; (c)Copyright 1993-1995, Sealevel Systems Incorporated ;; ;; ;; ;; For use with Advanced Communication Boards ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; This file defines constants and prototypes for routines that ;; ;; interface to the 8259 Programmable Interrupt Controller (PIC) ;; ;; Source File is INT.ASM ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Procedure Prototypes for Calling Program ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IRQSetup PROTO C bIRQ:BYTE, wSEG1:WORD, wOFF1:WORD IRQSetupEx PROTO C bIRQ:BYTE, fpISR:DWORD IRQUnsetup PROTO C bIRQ:BYTE SaveIRQMask PROTO C ReturnIRQMask PROTO C ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;