home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Headers / architecture / m68k / zsreg.h < prev   
Text File  |  1992-07-21  |  418b  |  22 lines

  1. /*
  2.  * Serial channel register definitions.
  3.  *
  4.  * History
  5.  * 22-May-91  Gregg Kellogg (gk) at NeXT
  6.  *    Split out public interface.
  7.  *
  8.  * 04-Apr-90    Doug Mitchell at NeXT
  9.  *    Added protogtype for zs_tc; made all of this file except for ioctl's
  10.  *        dependent on ifdef KERNEL. 
  11.  */
  12.  
  13. #ifndef    _M68K_ZSREG_
  14. #define _M68K_ZSREG_
  15.  
  16. #import <sys/ioctl.h>
  17. #import <sys/types.h>
  18. #import    <architecture/zs85C30.h>
  19.  
  20.  
  21. #endif _M68K_ZSREG_
  22.