Stephan Gerhold | 4bc53a1 | 2022-08-28 15:18:55 +0200 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2022-2023, Stephan Gerhold <stephan@gerhold.net> | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef MSM8916_CONFIG_H | ||||
8 | #define MSM8916_CONFIG_H | ||||
9 | |||||
10 | void msm8916_configure(void); | ||||
Stephan Gerhold | 1b78346 | 2022-09-16 20:42:49 +0200 | [diff] [blame] | 11 | void msm8916_configure_early(void); |
Stephan Gerhold | 4bc53a1 | 2022-08-28 15:18:55 +0200 | [diff] [blame] | 12 | |
13 | #endif /* MSM8916_CONFIG_H */ |