Diff for /margi2/margi.h between versions 1.5 and 1.6

version 1.5, 2001/06/01 16:43:07 version 1.6, 2001/08/05 11:02:13
Line 43  void write_indexed_register(struct cvdv_ Line 43  void write_indexed_register(struct cvdv_
 void WriteByte(struct cvdv_cards *card, int addr, u_char data);  void WriteByte(struct cvdv_cards *card, int addr, u_char data);
 u_char ReadByte(struct cvdv_cards *card, int addr);  u_char ReadByte(struct cvdv_cards *card, int addr);
 void MaskByte(struct cvdv_cards *card, int addr, u_char mask, u_char bits);  void MaskByte(struct cvdv_cards *card, int addr, u_char mask, u_char bits);
 int MargiFreeBuffers(struct cvdv_cards *card, int isB);  int MargiFreeBuffers(struct cvdv_cards *card);
 int MargiSetBuffers(struct cvdv_cards *card, uint32_t size, int isB);  int MargiSetBuffers(struct cvdv_cards *card, uint32_t size, int isB);
 int MargiFlush (struct cvdv_cards *card);  int MargiFlush (struct cvdv_cards *card);
 int MargiPushA(struct cvdv_cards *card, int count, const char *data);  int MargiPushA(struct cvdv_cards *card, int count, const char *data);

Removed from v.1.5  
changed lines
  Added in v.1.6


LinuxTV legacy CVS <linuxtv.org/cvs>