blob: 6137b788fe8de713ae4c175ec48a102ce9bf5b05 (
plain)
1
2
3
4
5
6
7
8
9
|
/* 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_ */
|