version 1.1.1.1, 1999/10/08 02:12:05 |
version 1.3, 2000/01/31 12:32:52 |
|
|
|
/* $OpenXM: OpenXM/src/kan96xx/plugin/cmo0.h,v 1.2 2000/01/16 07:55:46 takayama Exp $ */ |
/* cmo0.h */ |
/* cmo0.h */ |
|
|
typedef enum {CMOINIT,CMOPUT,CMOGET,CMOFLUSH, |
typedef enum {CMOINIT,CMOPUT,CMOGET,CMOFLUSH, |
CMOINITSTREAM,CMOGETBYTE,CMOERROR,CMOERROR2} cmoAction; |
CMOINITSTREAM,CMOGETBYTE,CMOERROR,CMOERROR2} cmoAction; |
typedef unsigned long int cmoint; |
typedef unsigned int cmoint; |
|
|
struct cmoBuffer { |
struct cmoBuffer { |
int size; |
int size; |