1 /* Copyright (c) 2023, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
6 * \brief Header file for conflux_sys.c.
9 #ifndef TOR_CONFLUX_SYS_H
10 #define TOR_CONFLUX_SYS_H
12 extern const struct subsys_fns_t sys_conflux
;
17 * Defined here so that it can be shared between the real and stub
20 #define CONFLUX_SUBSYS_LEVEL (10)
22 #endif /* TOR_CONFLUX_SYS_H */