Files
SDK_RK3288/external/fio/goptions.h

9 lines
172 B
C

#ifndef GFIO_OPTIONS_H
#define GFIO_OPTIONS_H
void gopt_get_options_window(GtkWidget *window, struct gfio_client *gc);
void gopt_init(void);
void gopt_exit(void);
#endif