14 lines
154 B
C
14 lines
154 B
C
|
/*
|
||
|
* Copyright (c) 2018 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef __SOC_H_
|
||
|
#define __SOC_H_
|
||
|
|
||
|
#include <system.h>
|
||
|
|
||
|
#endif
|