aboutgitcodelistschat:MatrixIRC
path: root/cooker/calls/io.h
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2023-06-14 12:05:54 +0200
committerStefano Brivio <sbrivio@redhat.com>2023-06-14 12:05:54 +0200
commita071e4631d18dad45bd247ee2728be50ca33ed39 (patch)
treeb07db4da8c61cbd3712f2f5720d52c049ebd6e50 /cooker/calls/io.h
parent927541d31d4798a5ea2dbbab6441a9b9fd2dfca6 (diff)
downloadseitan-a071e4631d18dad45bd247ee2728be50ca33ed39.tar
seitan-a071e4631d18dad45bd247ee2728be50ca33ed39.tar.gz
seitan-a071e4631d18dad45bd247ee2728be50ca33ed39.tar.bz2
seitan-a071e4631d18dad45bd247ee2728be50ca33ed39.tar.lz
seitan-a071e4631d18dad45bd247ee2728be50ca33ed39.tar.xz
seitan-a071e4631d18dad45bd247ee2728be50ca33ed39.tar.zst
seitan-a071e4631d18dad45bd247ee2728be50ca33ed39.zip
cooker/calls: Actually add io.{c,h}
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'cooker/calls/io.h')
-rw-r--r--cooker/calls/io.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/cooker/calls/io.h b/cooker/calls/io.h
new file mode 100644
index 0000000..aa08dbd
--- /dev/null
+++ b/cooker/calls/io.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later
+ * Copyright 2023 Red Hat GmbH
+ * Author: Stefano Brivio <sbrivio@redhat.com>
+ */
+
+#ifndef CALLS_IO_H
+#define CALLS_IO_H
+
+extern struct call syscalls_io[];
+
+#endif /* CALLS_IO_H */