1 /*
2  * Copyright (c) 2018 Intel Corporation
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 
8 #ifndef __SOC_H_
9 #define __SOC_H_
10 
11 #include <system.h>
12 
13 #endif
14