Home | History | Annotate | Download | only in fio
      1 #ifndef GFIO_CLIENT_H
      2 #define GFIO_CLIENT_H
      3 
      4 extern struct client_ops gfio_client_ops;
      5 
      6 extern void gfio_display_end_results(struct gfio_client *);
      7 
      8 #define GFIO_READ_R	0.13
      9 #define GFIO_READ_G	0.54
     10 #define GFIO_READ_B	0.13
     11 #define GFIO_WRITE_R	1.00
     12 #define GFIO_WRITE_G	0.00
     13 #define GFIO_WRITE_B	0.00
     14 #define GFIO_TRIM_R	0.24
     15 #define GFIO_TRIM_G	0.18
     16 #define GFIO_TRIM_B	0.52
     17 
     18 #endif
     19