9 lines
162 B
C
9 lines
162 B
C
|
/*
|
||
|
* Copyright (c) 2018 Synopsys, Inc. All rights reserved.
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#include <device.h>
|
||
|
#include <init.h>
|
||
|
#include "soc.h"
|