Icenowy Zheng | 2c699fe | 2022-01-29 10:23:06 -0500 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
Andre Przywara | 9311843 | 2022-07-04 15:10:03 +0100 | [diff] [blame] | 3 | * Placeholder wrapper to allow addressing Allwinner F-series (suniv) CPU |
| 4 | * based devices separately. Please do not add anything in here. |
Icenowy Zheng | 2c699fe | 2022-01-29 10:23:06 -0500 | [diff] [blame] | 5 | */ |
Icenowy Zheng | 2c699fe | 2022-01-29 10:23:06 -0500 | [diff] [blame] | 6 | #ifndef __CONFIG_H |
| 7 | #define __CONFIG_H |
| 8 | |
Icenowy Zheng | 2c699fe | 2022-01-29 10:23:06 -0500 | [diff] [blame] | 9 | #include <configs/sunxi-common.h> |
| 10 | |
| 11 | #endif /* __CONFIG_H */ |