26 lines
730 B
C
Executable File
26 lines
730 B
C
Executable File
/*
|
|
* This is the main MCC configuration file
|
|
*
|
|
* Copyright (C) 2014-2015 Freescale Semiconductor, Inc. All Rights Reserved.
|
|
*
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+ and/or BSD-3-Clause
|
|
* The GPL-2.0+ license for this file can be found in the COPYING.GPL file
|
|
* included with this distribution or at
|
|
* http://www.gnu.org/licenses/gpl-2.0.html
|
|
* The BSD-3-Clause License for this file can be found in the COPYING.BSD file
|
|
* included with this distribution or at
|
|
* http://opensource.org/licenses/BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef __MCC_CONFIG__
|
|
#define __MCC_CONFIG__
|
|
|
|
#include <linux/mcc_config_linux.h>
|
|
#include <linux/mcc_common.h>
|
|
|
|
/* used OS */
|
|
#define MCC_OS_USED (MCC_LINUX)
|
|
|
|
#endif /* __MCC_CONFIG__ */
|