Peng Fan | 1b64ffa | 2016-01-28 16:55:00 +0800 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2016 Freescale Semiconductor, Inc. |
| 3 | * |
| 4 | * SPDX-License-Identifier: GPL-2.0+ |
| 5 | */ |
| 6 | |
| 7 | #ifndef __IMX_RDC_H__ |
| 8 | #define __IMX_RDC_H__ |
| 9 | |
Peng Fan | f8bdf6e | 2016-01-28 16:55:01 +0800 | [diff] [blame] | 10 | #if defined(CONFIG_MX6SX) |
| 11 | #include "mx6sx_rdc.h" |
| 12 | #else |
Peng Fan | 1b64ffa | 2016-01-28 16:55:00 +0800 | [diff] [blame] | 13 | #error "Please select cpu" |
Peng Fan | f8bdf6e | 2016-01-28 16:55:01 +0800 | [diff] [blame] | 14 | #endif /* CONFIG_MX6SX */ |
Peng Fan | 1b64ffa | 2016-01-28 16:55:00 +0800 | [diff] [blame] | 15 | |
| 16 | #endif /* __IMX_RDC_H__*/ |