blob: 992625b403eb223469235daa8ced23be8d3bc5cd [file] [log] [blame]
Stephan Gerhold4bc53a12022-08-28 15:18:55 +02001/*
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
10void msm8916_configure(void);
11
12#endif /* MSM8916_CONFIG_H */