/ firmware / include / boot / system.h
system.h
1  #pragma once
2  
3  namespace boot::system {
4  
5  void startTask();
6  void startServices();
7  
8  }