/* Copyright (c) 2007-2019, The Tor Project, Inc. */ /* See LICENSE for licensing information */ #ifndef CPUWORKER_SYS_H #define CPUWORKER_SYS_H #include "lib/subsys/subsys.h" extern const struct subsys_fns_t sys_cpuworker; #endif /* !defined(CPUWORKER_SYS_H) */