blob: f505dbc1752718b89ea394ddfdd9e325ba09834b [file] [log] [blame]
/*
* Copyright (c) 2023, Meta
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_LIB_POSIX_POSIX_CLOCK_H_
#define ZEPHYR_LIB_POSIX_POSIX_CLOCK_H_
#include <time.h>
#include <zephyr/kernel.h>
#include <zephyr/posix/posix_types.h>
__syscall int __posix_clock_get_base(clockid_t clock_id, struct timespec *ts);
#include <zephyr/syscalls/posix_clock.h>
#endif