route.hpp 199 B

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