/* * Copyright (c) 2022-2023, Stephan Gerhold * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef MSM8916_CONFIG_H #define MSM8916_CONFIG_H void msm8916_configure(void); void msm8916_configure_early(void); #endif /* MSM8916_CONFIG_H */