mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-23 19:56:24 +08:00
5 lines
70 B
C
5 lines
70 B
C
#include <bsp/fdt.h>
|
|
#ifdef BSP_FDT_IS_SUPPORTED
|
|
#define FDT 1
|
|
#endif
|