/* * Copyright (c) 2023 Ambiq Micro Inc. * * SPDX-License-Identifier: Apache-2.0 */ #ifndef __SOC_H__ #define __SOC_H__ #if defined(CONFIG_SOC_APOLLO3P_BLUE) #include #elif defined(CONFIG_SOC_APOLLO3_BLUE) #include #endif #endif /* __SOC_H__ */