13 lines
229 B
C
13 lines
229 B
C
|
/*
|
||
|
* Copyright (c) 2022 Meta
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#ifndef ZEPHYR_LIB_POSIX_POSIX_INTERNAL_H_
|
||
|
#define ZEPHYR_LIB_POSIX_POSIX_INTERNAL_H_
|
||
|
|
||
|
struct posix_thread *to_posix_thread(pthread_t pthread);
|
||
|
|
||
|
#endif
|