mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-05 18:21:54 +00:00
Add HAL init
This commit is contained in:
17
include/sta/hal/init.hpp
Normal file
17
include/sta/hal/init.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* @brief Global HAL initialization.
|
||||
*/
|
||||
#ifndef STA_HAL_INIT_HPP
|
||||
#define STA_HAL_INIT_HPP
|
||||
|
||||
|
||||
namespace sta
|
||||
{
|
||||
/**
|
||||
* @brief Initialize global HAL objects.
|
||||
*/
|
||||
void initHAL();
|
||||
} // namespace sta
|
||||
|
||||
|
||||
#endif // STA_HAL_INIT_HPP
|
Reference in New Issue
Block a user