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

version 1.4, 2001/04/25 15:31:09 version 1.5, 2001/06/01 16:43:07
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 MargiFreeBuffers(struct cvdv_cards *card, int isB);
 int MargiSetABuffers(struct cvdv_cards *card, uint32_t size);  int MargiSetBuffers(struct cvdv_cards *card, uint32_t size, int isB);
 int MargiSetBBuffers(struct cvdv_cards *card, uint32_t size);  
 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);
 int MargiPushB(struct cvdv_cards *card, int count, const char *data);  int MargiPushB(struct cvdv_cards *card, int count, const char *data);

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


LinuxTV legacy CVS <linuxtv.org/cvs>