--- margi2/margi.h 2001/04/25 15:31:09 1.4 +++ margi2/margi.h 2001/06/01 16:43:07 1.5 @@ -43,9 +43,8 @@ void write_indexed_register(struct cvdv_ void WriteByte(struct cvdv_cards *card, int addr, u_char data); 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 MargiSetABuffers(struct cvdv_cards *card, uint32_t size); -int MargiSetBBuffers(struct cvdv_cards *card, uint32_t size); +int MargiFreeBuffers(struct cvdv_cards *card, int isB); +int MargiSetBuffers(struct cvdv_cards *card, uint32_t size, int isB); int MargiFlush (struct cvdv_cards *card); int MargiPushA(struct cvdv_cards *card, int count, const char *data); int MargiPushB(struct cvdv_cards *card, int count, const char *data);