/* * Copyright © 2021, Keith Packard * * SPDX-License-Identifier: Apache-2.0 */ #ifndef _PICOLIBC_HOOKS_H_ #define _PICOLIBC_HOOKS_H_ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #ifdef CONFIG_MMU #include #endif #define LIBC_BSS K_APP_BMEM(z_libc_partition) #define LIBC_DATA K_APP_DMEM(z_libc_partition) #endif /* _PICOLIBC_HOOKS_H_ */