21 lines
363 B
C
21 lines
363 B
C
/*
|
|
* Copyright (c) 2016 Wind River Systems, Inc.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef ZEPHYR_ARCH_POSIX_INCLUDE_OFFSETS_SHORT_ARCH_H_
|
|
#define ZEPHYR_ARCH_POSIX_INCLUDE_OFFSETS_SHORT_ARCH_H_
|
|
|
|
#include <offsets.h>
|
|
|
|
/* kernel */
|
|
|
|
/* end - kernel */
|
|
|
|
/* threads */
|
|
|
|
/* end - threads */
|
|
|
|
#endif /* ZEPHYR_ARCH_POSIX_INCLUDE_OFFSETS_SHORT_ARCH_H_ */
|