Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Peng Fan | ac57efa | 2016-01-28 16:55:02 +0800 | [diff] [blame] | 2 | /* |
3 | * Copyright (C) 2016 Freescale Semiconductor, Inc. | ||||
Peng Fan | ac57efa | 2016-01-28 16:55:02 +0800 | [diff] [blame] | 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__*/ |