allwinner_a64/android/external/fio/gerror.h
2018-08-08 16:14:42 +08:00

7 lines
215 B
C

#ifndef GFIO_ERROR_H
#define GFIO_ERROR_H
extern void gfio_report_error(struct gui_entry *ge, const char *format, ...);
extern void gfio_report_info(struct gui *ui, const char *title, const char *message);
#endif