Merge branch 'wip-single-glfs-instance' of https://github.com/zhanghuan/fio
[fio.git] / lib / mountcheck.h
1 #ifndef FIO_MOUNT_CHECK_H
2 #define FIO_MOUNT_CHECK_H
3
4 extern int device_is_mounted(const char *);
5
6 #endif