mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-23 23:55:54 +00:00
12 lines
184 B
C
12 lines
184 B
C
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright (C) 2016 Socionext Inc.
|
|
*/
|
|
|
|
#include "../init.h"
|
|
|
|
int uniphier_pro5_umc_init(const struct uniphier_board_data *bd)
|
|
{
|
|
return 0;
|
|
}
|