summaryrefslogtreecommitdiffstats
path: root/plat/qti/msm8916/msm8916_config.h
blob: 977d02cda71f707e963834166a46647dfdbe1a5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * 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 */