From cbc17d2fcafe2e432f704d2dd2e0ff5c85118356 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Mon, 20 Mar 2023 07:54:51 +0100 Subject: cooker: Initial import of new implementation Signed-off-by: Stefano Brivio --- cooker/calls/net.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cooker/calls/net.h (limited to 'cooker/calls/net.h') diff --git a/cooker/calls/net.h b/cooker/calls/net.h new file mode 100644 index 0000000..105bf4a --- /dev/null +++ b/cooker/calls/net.h @@ -0,0 +1,11 @@ +/* SPDX-License-Identifier: GPL-3.0-or-later + * Copyright 2023 Red Hat GmbH + * Author: Stefano Brivio + */ + +#ifndef CALLS_NET_H +#define CALLS_NET_H + +extern struct call syscalls_net[]; + +#endif /* CALLS_NET_H */ -- cgit v1.2.3