mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-06 01:37:33 +00:00
refactor: moved startup from rtos2-utils to TACOS
This commit is contained in:
22
include/sta/tacos/c_api/startup.h
Normal file
22
include/sta/tacos/c_api/startup.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef STA_TACOS_C_API_STARTUP_H
|
||||
#define STA_TACOS_C_API_STARTUP_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
/**
|
||||
* @brief
|
||||
*
|
||||
* @param arg Default task argument
|
||||
*/
|
||||
void startTACOS(void * arg);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#endif // STA_TACOS_C_API_STARTUP_H
|
Reference in New Issue
Block a user