summaryrefslogtreecommitdiff
path: root/src/vfs/tmpfs-idmapped-mounts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vfs/tmpfs-idmapped-mounts.h')
-rw-r--r--src/vfs/tmpfs-idmapped-mounts.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/vfs/tmpfs-idmapped-mounts.h b/src/vfs/tmpfs-idmapped-mounts.h
new file mode 100644
index 00000000..ed24651f
--- /dev/null
+++ b/src/vfs/tmpfs-idmapped-mounts.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+
+#ifndef __TMPFS_IDMAPPED_MOUNTS_H
+#define __TMPFS_IDMAPPED_MOUNTS_H
+
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE
+#endif
+
+#include "utils.h"
+
+extern const struct test_suite s_tmpfs_idmapped_mounts;
+
+#endif /* __TMPFS_IDMAPPED_MOUNTS_H */