Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
59d10d0d44a725fe7d65c713c2cb1570e281edaa
/
.
/
tools
/
dtoc
/
test
/
dtoc_test_scan_drivers.cxx
blob: f370b8951d0c57ebf6162cbba65b20707955d4ed [
file
] [
log
] [
blame
]
/* Aliases must be in driver files */
U_BOOT_DRIVER
(
sandbox_gpio
)
{
};
DM_DRIVER_ALIAS
(
sandbox_gpio
,
sandbox_gpio_alias2
)