Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
034d8ff5c20a2899cb960eeda131fd9c1ccabd1d
/
.
/
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
)