/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _INCLUDE_LIBFDT_H_ #define _INCLUDE_LIBFDT_H_ /* * Header stub to avoid test build breakage; we don't need to actually implement * any FDT functions as they are not used in the tests. */ #endif /* _INCLUDE_LIBFDT_H_ */