#ifndef __ROUTE_HPP__ #define __ROUTE_HPP__ // Call this near the end of ecall_config_load, but before // comms_init_nodestate. Returns true on success, false on failure. bool route_init(); #endif