mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-23 15:45:53 +00:00
7 lines
103 B
C
7 lines
103 B
C
#include "../init.h"
|
|
|
|
int uniphier_pxs2_dpll_init(const struct uniphier_board_data *bd)
|
|
{
|
|
return 0;
|
|
}
|