
/* defs for file opening.  these are the values passed to CIO 
   in AUX1, when opening */

#define O_RDONLY 0x04
#define O_WRONLY 0x08
#define O_CREAT	0x08
#define O_TRUNC	0x08
