read_info
static int cpy_uncompressed(void *, int, struct read_info *);
static int md_compressed(void *, int, struct read_info *);
struct read_info rs;
ramd_norm_read(struct read_info *rsp)
cpy_uncompressed(void * buf, int nbyte, struct read_info *rsp)
md_compressed(void * buf, int nbyte, struct read_info *rsp)
static int ramd_norm_read(struct read_info *);