arch: cxd56xx: Introduce cxd56_cpuindex.h

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
Masayuki Ishikawa 2020-10-06 17:49:08 +09:00 committed by Alin Jerpelea
parent 822497d021
commit 4c0602f52c
2 changed files with 31 additions and 6 deletions

View File

@ -42,15 +42,10 @@
#include <nuttx/arch.h>
#include "arm_arch.h"
#include "cxd56_cpuindex.h"
#ifdef CONFIG_SMP
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
#define CXD56_ADSP_PID 0x0e002040 /* APP_DSP Processor ID */
/****************************************************************************
* Public Functions
****************************************************************************/

View File

@ -0,0 +1,30 @@
/****************************************************************************
* arch/arm/src/cxd56xx/cxd56_cpuindex.h
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The
* ASF licenses this file to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*
****************************************************************************/
#ifndef __ARCH_ARM_SRC_CXD56XX_CXD56_CPUINDEX_H
#define __ARCH_ARM_SRC_CXD56XX_CXD56_CPUINDEX_H
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
#define CXD56_ADSP_PID 0x0e002040 /* APP_DSP Processor ID */
#endif /* __ARCH_ARM_SRC_CXD56XX_CXD56_CPUINDEX_H */