arch: arm: aarch32: Fix header description
This commit fixes incorrect header descriptions for the ARM AArch32 public headers. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
50519ce7ba
commit
5ab698bd56
9 changed files with 17 additions and 14 deletions
|
@ -6,9 +6,9 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* @brief ARM specific kernel interface header
|
* @brief ARM AArch32 specific kernel interface header
|
||||||
*
|
*
|
||||||
* This header contains the ARM specific kernel interface. It is
|
* This header contains the ARM AArch32 specific kernel interface. It is
|
||||||
* included by the kernel interface architecture-abstraction header
|
* included by the kernel interface architecture-abstraction header
|
||||||
* (include/arm/cpu.h)
|
* (include/arm/cpu.h)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Intel ARM inline assembler functions and macros for public functions */
|
/* ARM AArch32 inline assembler functions and macros for public functions */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015, Wind River Systems, Inc.
|
* Copyright (c) 2015, Wind River Systems, Inc.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* ARM Cortex-M GCC specific public inline assembler functions and macros */
|
/* ARM AArch32 GCC specific public inline assembler functions and macros */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015, Wind River Systems, Inc.
|
* Copyright (c) 2015, Wind River Systems, Inc.
|
||||||
|
|
|
@ -6,9 +6,10 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* @brief Cortex-M public error handling
|
* @brief ARM AArch32 public error handling
|
||||||
*
|
*
|
||||||
* ARM-specific kernel error handling interface. Included by arm/arch.h.
|
* ARM AArch32-specific kernel error handling interface. Included by
|
||||||
|
* arm/arch.h.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_ERROR_H_
|
#ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_ERROR_H_
|
||||||
|
|
|
@ -8,7 +8,8 @@
|
||||||
* @file
|
* @file
|
||||||
* @brief ARM AArch32 public exception handling
|
* @brief ARM AArch32 public exception handling
|
||||||
*
|
*
|
||||||
* ARM-specific kernel exception handling interface. Included by arm/arch.h.
|
* ARM AArch32-specific kernel exception handling interface. Included by
|
||||||
|
* arm/arch.h.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_EXC_H_
|
#ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_EXC_H_
|
||||||
|
|
|
@ -7,9 +7,10 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* @brief Cortex-M public interrupt handling
|
* @brief ARM AArch32 public interrupt handling
|
||||||
*
|
*
|
||||||
* ARM-specific kernel interrupt handling interface. Included by arm/arch.h.
|
* ARM AArch32-specific kernel interrupt handling interface. Included by
|
||||||
|
* arm/arch.h.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_IRQ_H_
|
#ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_IRQ_H_
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* @brief Cortex-M public kernel miscellaneous
|
* @brief ARM AArch32 public kernel miscellaneous
|
||||||
*
|
*
|
||||||
* ARM-specific kernel miscellaneous interface. Included by arm/arch.h.
|
* ARM AArch32-specific kernel miscellaneous interface. Included by arm/arch.h.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_MISC_H_
|
#ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_MISC_H_
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @brief NMI routines for ARM Cortex M series
|
* @brief ARM AArch32 NMI routines
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* @brief ARM specific syscall header
|
* @brief ARM AArch32 specific syscall header
|
||||||
*
|
*
|
||||||
* This header contains the ARM specific syscall interface. It is
|
* This header contains the ARM AArch32 specific syscall interface. It is
|
||||||
* included by the syscall interface architecture-abstraction header
|
* included by the syscall interface architecture-abstraction header
|
||||||
* (include/arch/syscall.h)
|
* (include/arch/syscall.h)
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue