Googler | 25e92cf | 2023-12-13 10:05:01 +0000 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | /* | ||||
3 | * Copyright (C) 2016 Freescale Semiconductor, Inc. | ||||
4 | */ | ||||
5 | |||||
6 | #ifndef __IMX_RDC_H__ | ||||
7 | #define __IMX_RDC_H__ | ||||
8 | |||||
9 | #if defined(CONFIG_MX7D) | ||||
10 | #include "mx7d_rdc.h" | ||||
11 | #else | ||||
12 | #error "Please select cpu" | ||||
13 | #endif /* CONFIG_MX7D */ | ||||
14 | |||||
15 | #endif /* __IMX_RDC_H__*/ |