Rename microkernel's minik.h to micro_private.h
The new name better reflects that this file contains all private microkernel APIs that are used by various kernel subsystems. Change-Id: I5e52172a9e33aa130ce55ce59e887bba5c1c175a Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
7da1dd860b
commit
96d746d3c1
28 changed files with 28 additions and 28 deletions
|
@ -44,7 +44,7 @@ PendSV exception and cause the immediate context switch to K_swapper.
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <sections.h>
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
#include <nanok.h>
|
#include <nanok.h>
|
||||||
#include <microkernel.h>
|
#include <microkernel.h>
|
||||||
#include <nanokernel.h>
|
#include <nanokernel.h>
|
||||||
|
|
|
@ -43,7 +43,7 @@ Currently empty, only here for abstraction.
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <sections.h>
|
||||||
|
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
#include <nanok.h>
|
#include <nanok.h>
|
||||||
#include <microkernel/task.h>
|
#include <microkernel/task.h>
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@ Intel-specific parts of start_task(). Only FP functionality currently.
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <sections.h>
|
||||||
|
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
#include <nanok.h>
|
#include <nanok.h>
|
||||||
#include <microkernel/task.h>
|
#include <microkernel/task.h>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* minik.h */
|
/* micro_private.h */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1997-2015 Wind River Systems, Inc.
|
* Copyright (c) 1997-2015 Wind River Systems, Inc.
|
|
@ -55,7 +55,7 @@ that have an ISR component should use their own command packet set.
|
||||||
#include <nanokernel.h>
|
#include <nanokernel.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
#include <microkernel/command_packet.h>
|
#include <microkernel/command_packet.h>
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
#include <sections.h>
|
#include <sections.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "minik.h"
|
#include <micro_private.h>
|
||||||
#include "microkernel/event.h"
|
#include "microkernel/event.h"
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <sections.h>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <sections.h>
|
||||||
|
|
|
@ -36,7 +36,7 @@ Microkernel idle logic. Different forms of idling are performed by the idle
|
||||||
task, depending on how the kernel is configured.
|
task, depending on how the kernel is configured.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
#include <nanok.h>
|
#include <nanok.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "minik.h"
|
#include <micro_private.h>
|
||||||
#include "nanokernel.h"
|
#include "nanokernel.h"
|
||||||
#include "nanok.h"
|
#include "nanok.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -55,7 +55,7 @@ a task cannot impact the operation of an IRQ object it does not own.
|
||||||
|
|
||||||
#include <nanok.h>
|
#include <nanok.h>
|
||||||
#include <microkernel.h>
|
#include <microkernel.h>
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
#include <misc/__assert.h>
|
#include <misc/__assert.h>
|
||||||
|
|
||||||
#define MAX_TASK_IRQS CONFIG_MAX_NUM_TASK_IRQS
|
#define MAX_TASK_IRQS CONFIG_MAX_NUM_TASK_IRQS
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <sections.h>
|
||||||
|
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
|
|
||||||
#include <misc/__assert.h>
|
#include <misc/__assert.h>
|
||||||
#include <misc/util.h>
|
#include <misc/util.h>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "minik.h" /* _k_mem_map_list, _k_mem_map_count */
|
#include <micro_private.h>
|
||||||
#include <sections.h>
|
#include <sections.h>
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <microkernel.h>
|
#include <microkernel.h>
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <sections.h>
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <sections.h>
|
||||||
|
|
|
@ -56,7 +56,7 @@ NOMANUAL
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <microkernel.h>
|
#include <microkernel.h>
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
#include <nanok.h>
|
#include <nanok.h>
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
|
|
|
@ -40,7 +40,7 @@ single invocation of the K_swapper fiber. However, it can also be used by
|
||||||
a task to measure the overhead involved in issuing a kernel service request.
|
a task to measure the overhead involved in issuing a kernel service request.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <sections.h>
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
#include <sections.h>
|
#include <sections.h>
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
#include <k_pipe_buffer.h>
|
#include <k_pipe_buffer.h>
|
||||||
#include <k_pipe_util.h>
|
#include <k_pipe_util.h>
|
||||||
#include <misc/util.h>
|
#include <misc/util.h>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
#include <k_pipe_util.h>
|
#include <k_pipe_util.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <sections.h>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
#include <k_pipe_util.h>
|
#include <k_pipe_util.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <sections.h>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
#include <k_pipe_util.h>
|
#include <k_pipe_util.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
#include <k_pipe_buffer.h>
|
#include <k_pipe_buffer.h>
|
||||||
#include <k_pipe_util.h>
|
#include <k_pipe_util.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <sections.h>
|
||||||
|
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
*
|
*
|
||||||
|
|
|
@ -41,7 +41,7 @@ interfering with each other.
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <sections.h>
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
#include <nanok.h>
|
#include <nanok.h>
|
||||||
#include <microkernel.h>
|
#include <microkernel.h>
|
||||||
#include <nanokernel.h>
|
#include <nanokernel.h>
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <sections.h>
|
||||||
|
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
#include <nanok.h>
|
#include <nanok.h>
|
||||||
#include <start_task_arch.h>
|
#include <start_task_arch.h>
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
#ifdef CONFIG_TASK_MONITOR
|
#ifdef CONFIG_TASK_MONITOR
|
||||||
|
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
#include <microkernel/ticks.h>
|
#include <microkernel/ticks.h>
|
||||||
#include <drivers/system_timer.h>
|
#include <drivers/system_timer.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
|
|
|
@ -38,7 +38,7 @@ This module implements the microkernel's tick event handler.
|
||||||
#include <nanokernel.h>
|
#include <nanokernel.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
|
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
#include <drivers/system_timer.h>
|
#include <drivers/system_timer.h>
|
||||||
#include <microkernel.h>
|
#include <microkernel.h>
|
||||||
#include <microkernel/ticks.h>
|
#include <microkernel/ticks.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <sections.h>
|
||||||
|
|
||||||
#include <minik.h>
|
#include <micro_private.h>
|
||||||
#include <drivers/system_timer.h>
|
#include <drivers/system_timer.h>
|
||||||
|
|
||||||
extern struct k_timer _k_timer_blocks[];
|
extern struct k_timer _k_timer_blocks[];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue