File tree Expand file tree Collapse file tree 24 files changed +37
-35
lines changed Expand file tree Collapse file tree 24 files changed +37
-35
lines changed Original file line number Diff line number Diff line change 16
16
17
17
/**
18
18
* @file
19
- * @brief ARC specific nanokernel interface header
19
+ * @brief ARC specific kernel interface header
20
20
*
21
- * This header contains the ARC specific nanokernel interface. It is
22
- * included by the nanokernel interface architecture-abstraction header
23
- * (nanokernel /cpu.h)
21
+ * This header contains the ARC specific kernel interface. It is
22
+ * included by the kernel interface architecture-abstraction header
23
+ * include/arch /cpu.h)
24
24
*/
25
25
26
26
#ifndef _ARC_ARCH__H_
Original file line number Diff line number Diff line change 18
18
* @file
19
19
* @brief ARCv2 public error handling
20
20
*
21
- * ARC-specific nanokernel error handling interface. Included by ARC /arch.h.
21
+ * ARC-specific kernel error handling interface. Included by arc /arch.h.
22
22
*/
23
23
24
24
#ifndef _ARCH_ARC_V2_ERROR_H_
Original file line number Diff line number Diff line change 18
18
* @file
19
19
* @brief ARCv2 public exception handling
20
20
*
21
- * ARC-specific nanokernel exception handling interface. Included by ARC /arch.h.
21
+ * ARC-specific kernel exception handling interface. Included by arc /arch.h.
22
22
*/
23
23
24
24
#ifndef _ARCH_ARC_V2_EXC_H_
Original file line number Diff line number Diff line change 16
16
17
17
/**
18
18
* @file
19
- * @brief ARCv2 public nanokernel find-first-set interface
19
+ * @brief ARCv2 public kernel find-first-set interface
20
20
*
21
- * ARC-specific nanokernel ffs interface. Included by ARC /arch.h.
21
+ * ARC-specific kernel ffs interface. Included by arc /arch.h.
22
22
*/
23
23
24
24
#ifndef _ARCH_ARC_V2_FFS_H_
Original file line number Diff line number Diff line change 18
18
* @file
19
19
* @brief ARCv2 public interrupt handling
20
20
*
21
- * ARCv2 nanokernel interrupt handling interface. Included by ARC/v2 /arch.h.
21
+ * ARCv2 kernel interrupt handling interface. Included by arc /arch.h.
22
22
*/
23
23
24
24
#ifndef _ARCH_ARC_V2_IRQ__H_
Original file line number Diff line number Diff line change 16
16
17
17
/**
18
18
* @file
19
- * @brief ARCv2 public nanokernel miscellaneous
19
+ * @brief ARCv2 public kernel miscellaneous
20
20
*
21
- * ARC-specific nanokernel miscellaneous interface. Included by arc/arch.h.
21
+ * ARC-specific kernel miscellaneous interface. Included by arc/arch.h.
22
22
*/
23
23
24
24
#ifndef _ARCH_ARC_V2_MISC_H_
Original file line number Diff line number Diff line change 16
16
17
17
/**
18
18
* @file
19
- * @brief ARM specific nanokernel interface header
19
+ * @brief ARM specific kernel interface header
20
20
*
21
- * This header contains the ARM specific nanokernel interface. It is
22
- * included by the nanokernel interface architecture-abstraction header
23
- * (nanokernel /cpu.h)
21
+ * This header contains the ARM specific kernel interface. It is
22
+ * included by the kernel interface architecture-abstraction header
23
+ * (include/arc /cpu.h)
24
24
*/
25
25
26
26
#ifndef _ARM_ARCH__H_
Original file line number Diff line number Diff line change 18
18
* @file
19
19
* @brief Cortex-M public error handling
20
20
*
21
- * ARM-specific nanokernel error handling interface. Included by ARM /arch.h.
21
+ * ARM-specific kernel error handling interface. Included by arm /arch.h.
22
22
*/
23
23
24
24
#ifndef _ARCH_ARM_CORTEXM_ERROR_H_
Original file line number Diff line number Diff line change 18
18
* @file
19
19
* @brief Cortex-M public exception handling
20
20
*
21
- * ARM-specific nanokernel exception handling interface. Included by ARM /arch.h.
21
+ * ARM-specific kernel exception handling interface. Included by arm /arch.h.
22
22
*/
23
23
24
24
#ifndef _ARCH_ARM_CORTEXM_EXC_H_
Original file line number Diff line number Diff line change 18
18
* @file
19
19
* @brief Cortex-M public interrupt handling
20
20
*
21
- * ARM-specific nanokernel interrupt handling interface. Included by ARM /arch.h.
21
+ * ARM-specific kernel interrupt handling interface. Included by arm /arch.h.
22
22
*/
23
23
24
24
#ifndef _ARCH_ARM_CORTEXM_IRQ_H_
You can’t perform that action at this time.
0 commit comments