Browse Source
Change-Id: Ie648dbaaf714316c21395bd43e555618013dbd19 Signed-off-by: Anas Nashif <anas.nashif@intel.com>pull/7/head
22 changed files with 39 additions and 83 deletions
@ -1,37 +0,0 @@
@@ -1,37 +0,0 @@
|
||||
/*
|
||||
* Copyright (c) 2016 Cadence Design Systems, Inc. |
||||
* SPDX-License-Identifier: Apache-2.0 |
||||
*/ |
||||
|
||||
/**
|
||||
* @file |
||||
* @brief XTENSA nanokernel declarations to start a task |
||||
* |
||||
* XTENSA-specific parts of start_task(). |
||||
* |
||||
* Currently empty, only here for abstraction. |
||||
*/ |
||||
|
||||
#ifndef _START_TASK_ARCH__H_ |
||||
#define _START_TASK_ARCH__H_ |
||||
|
||||
#include <toolchain.h> |
||||
#include <sections.h> |
||||
|
||||
#include <micro_private.h> |
||||
#include <kernel_structs.h> |
||||
#include <microkernel/task.h> |
||||
|
||||
#ifdef __cplusplus |
||||
extern "C" { |
||||
#endif |
||||
|
||||
#define _START_TASK_ARCH(task, opt_ptr) \ |
||||
do {/* nothing */ \ |
||||
} while ((0)) |
||||
|
||||
#ifdef __cplusplus |
||||
} |
||||
#endif |
||||
|
||||
#endif /* _START_TASK_ARCH__H_ */ |
Loading…
Reference in new issue