11 lines
155 B
C
11 lines
155 B
C
|
/*
|
||
|
* Copyright (c) 2019-2020 Cobham Gaisler AB
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#ifndef __SOC_H__
|
||
|
#define __SOC_H__
|
||
|
|
||
|
#endif /* __SOC_H__ */
|