/* SPDX-License-Identifier: GPL-2.0-or-later * Copyright 2023 Red Hat GmbH * Author: Stefano Brivio */ #ifndef CALLS_PROCESS_H #define CALLS_PROCESS_H extern struct call syscalls_process[]; #endif /* CALLS_PROCESS_H */