/* $Header: /korea/src/ccd_utilities/device_driver/Solaris/Rev1/RCS/astro_io.h,v 1.3 1998/05/08 18:06:46 lopez Exp $ */ #ifndef __astro_io_h__ #define __astro_io_h__ /* * I/O control commands. These commands are for use with ioctl. */ #define ASTRO_GET_CSR 0x0 #define ASTRO_GET_AR 0x1 #define ASTRO_GET_BCR 0x2 #define ASTRO_SET_CSR 0x100 #define ASTRO_SET_AR 0x101 #define ASTRO_SET_BCR 0x102 #define ASTRO_WRITE_UNUSED_REG 0x103 #define ASTRO_SET_WW 0x104 #define ASTRO_WRITE_DCHAN 0x105 #define ASTRO_WRITE_ECHAN 0x106 #define ASTRO_SET_TIMEOUT 0x107 #define ASTRO_RESET 0x109 #endif /* !__astro_io_h__ */ /*--------------------8-->----cut--here----<--8--------------------*/ /* * $Log: astro_io.h,v $ * Revision 1.3 1998/05/08 18:06:46 lopez * Removed some useless #define's and added a $Header$ and a $Log$. * */