u-boot/tools/dtoc/test/dtoc_test_scan_drivers.cxx

6 lines
123 B
C++

/* Aliases must be in driver files */
U_BOOT_DRIVER(sandbox_gpio) {
};
DM_DRIVER_ALIAS(sandbox_gpio, sandbox_gpio_alias2)