12 lines
202 B
C
12 lines
202 B
C
|
/*
|
||
|
* Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#ifndef _SOC_H_
|
||
|
#define _SOC_H_
|
||
|
|
||
|
#include <devicetree.h>
|
||
|
|
||
|
#endif /* _SOC_H_ */
|