File:  [ELWIX - Embedded LightWeight unIX -] / fwsync / driver / fwsync_workers.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Jun 22 13:01:55 2022 UTC (23 months, 1 week ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: /*************************************************************************
    2: * (C) 2022 CloudSigma AG - Sofia/Bulgaria
    3: *  by Michael Pounov <misho@elwix.org>
    4: **************************************************************************/
    5: #ifndef __FWSYNC_WORKERS_H
    6: #define __FWSYNC_WORKERS_H
    7: 
    8: 
    9: int fwsync_state_handler(const void *arg);
   10: int fwsync_alias_handler(const void *arg);
   11: 
   12: 
   13: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>