--- margi2/margi.h 2001/03/29 23:12:01 1.3 +++ margi2/margi.h 2001/04/25 15:31:09 1.4 @@ -44,10 +44,11 @@ void WriteByte(struct cvdv_cards *card, u_char ReadByte(struct cvdv_cards *card, int addr); void MaskByte(struct cvdv_cards *card, int addr, u_char mask, u_char bits); int MargiFreeBuffers(struct cvdv_cards *card); -int MargiSetBuffers(struct cvdv_cards *card, uint32_t size); +int MargiSetABuffers(struct cvdv_cards *card, uint32_t size); +int MargiSetBBuffers(struct cvdv_cards *card, uint32_t size); int MargiFlush (struct cvdv_cards *card); -int MargiPush(struct cvdv_cards *card, int count, const char *data); -int MargiWriteDirect(struct cvdv_cards *card, uint32_t count,const char *data); +int MargiPushA(struct cvdv_cards *card, int count, const char *data); +int MargiPushB(struct cvdv_cards *card, int count, const char *data); int DecoderStartChannel(struct cvdv_cards *card); int DecoderStopChannel(struct cvdv_cards *card); void DACSetFrequency(struct cvdv_cards *card, int khz, int multiple);