Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
bbe5e1e6ebf4a1a66c023d834fbdfca22a98ee7d
/
.
/
tests
/
arch
/
x86
/
pagetables
/
src
/
main.h
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