Relocate declarations of _nano_fiber_swap()
These now appear in the files which declare other non-public nanokernel APIs. Change-Id: Iea01d6de44851a08b308004b2c3104c08b020970 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
f547a5b7b8
commit
0c3fd0afc2
7 changed files with 4 additions and 6 deletions
|
@ -51,8 +51,6 @@ the PendSV exception.
|
|||
#include <nanokernel.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
extern void _nano_fiber_swap(void);
|
||||
|
||||
/*******************************************************************************
|
||||
*
|
||||
* fiber_abort - abort the currently executing fiber
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue