blob: 1fe86e74e6ddbc9fbd26a9efa497f587d93a2221 [file] [log] [blame]
Jens Axboe1252d8f2012-03-21 11:13:31 +01001#ifndef GFIO_CLIENT_H
2#define GFIO_CLIENT_H
3
4extern struct client_ops gfio_client_ops;
5
6extern void gfio_display_end_results(struct gfio_client *);
7
8#endif