test makefile added
[my-code/ivac.git] / dfbapi.h
1 /* dfbapi.h
2  *
3  * author: hackbard@hackdaworld.dyndns.org
4  *
5  */
6
7 /* function prototypes */
8 int dfb_init(int arg_c,char **arg_v,struct ivac *ivac);
9 int dfb_tini(struct ivac *ivac);
10 int dfb_play_video(struct ivac *ivac);
11 int dfb_stop_video(struct ivac *ivac);