mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
7 lines
102 B
C
7 lines
102 B
C
|
#include "../init.h"
|
||
|
|
||
|
int uniphier_sld3_umc_init(const struct uniphier_board_data *bd)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|