* See LICENSE for details.
*/
-#ifndef ROS_KERN_MANAGER_H
-#define ROS_KERN_MANAGER_H
+#pragma once
/*
* The manager is the "asymmetric control unit", that runs on core 0 for now
// currently returns true for only core 0
return !core_id();
}
-
-#endif /* ROS_KERN_MANAGER_H */