Merge branch 'stat_base_overflow' of https://github.com/football1222/fio
[fio.git] / lib / mountcheck.h
CommitLineData
e81ecca3
JA
1#ifndef FIO_MOUNT_CHECK_H
2#define FIO_MOUNT_CHECK_H
3
4extern int device_is_mounted(const char *);
5
6#endif