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

version 1.3, 2001/03/29 23:12:01 version 1.4, 2001/04/25 15:31:09
Line 44  void WriteByte(struct cvdv_cards *card, Line 44  void WriteByte(struct cvdv_cards *card,
 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 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 MargiFlush (struct cvdv_cards *card);
 int MargiPush(struct cvdv_cards *card, int count, const char *data);  int MargiPushA(struct cvdv_cards *card, int count, const char *data);
 int MargiWriteDirect(struct cvdv_cards *card, uint32_t count,const char *data);  int MargiPushB(struct cvdv_cards *card, int count, const char *data);
 int DecoderStartChannel(struct cvdv_cards *card);  int DecoderStartChannel(struct cvdv_cards *card);
 int DecoderStopChannel(struct cvdv_cards *card);  int DecoderStopChannel(struct cvdv_cards *card);
 void DACSetFrequency(struct cvdv_cards *card, int khz, int multiple);  void DACSetFrequency(struct cvdv_cards *card, int khz, int multiple);

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


LinuxTV legacy CVS <linuxtv.org/cvs>