GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||
/*
|
||||
* Copyright (C) 2016 Freescale Semiconductor, Inc.
|
||||
*/
|
||||
|
||||
#ifndef __IMX_RDC_H__
|
||||
#define __IMX_RDC_H__
|
||||
|
||||
#if defined(CONFIG_MX6SX)
|
||||
#include "mx6sx_rdc.h"
|
||||
#else
|
||||
#error "Please select cpu"
|
||||
#endif /* CONFIG_MX6SX */
|
||||
|
||||
#endif /* __IMX_RDC_H__*/
|
||||
Reference in New Issue
Block a user