2019-04-06 21:08:09 +08:00
|
|
|
/*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
2018-08-10 23:05:10 +08:00
|
|
|
#ifndef __GEN_OFFSETS_H__
|
|
|
|
#define __GEN_OFFSETS_H__
|
|
|
|
|
|
|
|
/*
|
|
|
|
* This file is a fake replacement for
|
|
|
|
* $build_dir/zephyr/include/generated/offsets.h
|
|
|
|
*
|
|
|
|
* The unittest infrastructure does not know how to generate
|
|
|
|
* offsets.h, so until this is supported we fake it with this
|
|
|
|
* file. This allows us to test source files that include offsets.h,
|
|
|
|
* but don't actually use anything from it when unit testing.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#endif
|