1 /*
2  * Copyright (c) 2020 Antmicro <www.antmicro.com>
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef _QUICKLOGIC_EOS_S3_SOC_PINMAP_H_
8 #define _QUICKLOGIC_EOS_S3_SOC_PINMAP_H_
9 
10 #include <soc.h>
11 
12 #endif /* _QUICKLOGIC_EOS_S3_SOC_PINMAP_H_ */
13