home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3455 / Space.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-07  |  374 b   |  20 lines

  1. /*
  2.  * Copyrighted as an unpublished work.
  3.  * (c) Copyright 1991 Brian Smith
  4.  * All rights reserved.
  5.  *
  6.  * Read the LICENSE file for details on distribution and use.
  7.  *
  8.  */
  9.  
  10. #include <sys/types.h>
  11. #include <sys/iobuf.h>
  12. #include <config.h>
  13.  
  14. #include <sys/sb.h>
  15.  
  16. ushort sb_configured = SB;
  17. ushort sb_dma_chan = SB_CHAN;
  18. ushort sb_interrupt = SB_0_VECT;
  19. struct iobuf sbtab[3];
  20.