11 lines
147 B
C
11 lines
147 B
C
|
/*
|
||
|
* Copyright (c) 2021 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#ifndef __SOC_H_
|
||
|
#define __SOC_H_
|
||
|
|
||
|
#endif /* __SOC_H_ */
|