blob: 977d02cda71f707e963834166a46647dfdbe1a5e [file] [log] [blame]
/*
* Copyright (c) 2022-2023, Stephan Gerhold <stephan@gerhold.net>
*
* 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 */