Blob Blame History Raw
/*
 * Copyright (C) 2012-2020 Red Hat, Inc.  All rights reserved.
 *
 * Authors: Fabio M. Di Nitto <fabbione@kronosnet.org>
 *          Federico Simoncelli <fsimon@kronosnet.org>
 *
 * This software licensed under LGPL-2.0+
 */

#ifndef __KNET_THREADS_RX_H__
#define __KNET_THREADS_RX_H__

void *_handle_recv_from_links_thread(void *data);

#endif