blob: 7f7dd71f3224268de25ebdf2c16e99741ac9b54c [file] [log] [blame]
/*
* Copyright (c) 2020 Intel Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef MAIN_H
#define MAIN_H
__syscall void dump_my_ptables(void);
#include <zephyr/syscalls/main.h>
#endif