--- margi2/margi.h 2000/12/03 22:41:07 1.1 +++ margi2/margi.h 2001/03/06 23:39:27 1.2 @@ -77,11 +77,16 @@ int MargiFreeBuffers(struct cvdv_cards * int MargiSetBuffers(struct cvdv_cards *card, u32 size); int MargiFlush (struct cvdv_cards *card); int MargiPush(struct cvdv_cards *card, int count, const char *data); +int MargiWriteDirect(struct cvdv_cards *card, u32 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); stream_type get_stream_type(struct cvdv_cards *card); audio_type get_audio_type(struct cvdv_cards *card); +#ifdef NOINT +void Timerfunction(unsigned long data); +#endif + #endif