1 /* 2 * SPDX-License-Identifier: Apache-2.0 3 */ 4 #ifndef __GEN_OFFSETS_H__ 5 #define __GEN_OFFSETS_H__ 6 7 /* 8 * This file is a fake replacement for 9 * $build_dir/zephyr/include/generated/offsets.h 10 * 11 * The unittest infrastructure does not know how to generate 12 * offsets.h, so until this is supported we fake it with this 13 * file. This allows us to test source files that include offsets.h, 14 * but don't actually use anything from it when unit testing. 15 */ 16 17 #endif 18