cpuworker_sys.h 267 B

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