blob: e8aacf8c5df561a6f6d6ba1cc1889c95fec437d8 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | /* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Configuration for MT8365 based boards
 *
 * Copyright (C) 2023 BayLibre, SAS
 * Author: Julien Masson <jmasson@baylibre.com>
 */
#ifndef __MT8365_H
#define __MT8365_H
#endif
 |