diff options
Diffstat (limited to 'io_uring/fdinfo.h')
-rw-r--r-- | io_uring/fdinfo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/io_uring/fdinfo.h b/io_uring/fdinfo.h new file mode 100644 index 0000000000..6fde48c450 --- /dev/null +++ b/io_uring/fdinfo.h @@ -0,0 +1,3 @@ +// SPDX-License-Identifier: GPL-2.0 + +void io_uring_show_fdinfo(struct seq_file *m, struct file *f); |