forked from Qortal/Brooklyn
12 lines
153 B
C
12 lines
153 B
C
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright 2014 Broadcom Corporation.
|
|
*/
|
|
|
|
/*
|
|
* Early system init. Currently empty.
|
|
*/
|
|
void s_init(void)
|
|
{
|
|
}
|