summaryrefslogtreecommitdiff
path: root/lib/igt_aux.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/igt_aux.h')
-rw-r--r--lib/igt_aux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/igt_aux.h b/lib/igt_aux.h
index dbd88b67..67e8fbf4 100644
--- a/lib/igt_aux.h
+++ b/lib/igt_aux.h
@@ -298,4 +298,6 @@ void igt_lsof(const char *dpath);
#define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d))
+uint64_t vfs_file_max(void);
+
#endif /* IGT_AUX_H */