]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_vhost/vhost_cuse/eventfd_copy.h
examples/vhost: remove VLAN strip option
[dpdk.git] / lib / librte_vhost / vhost_cuse / eventfd_copy.h
index 19ae30ddb89d5833f4cb6ef00510a38730be1549..5f446ca01e4852f2419f677070933bc8eba91e0d 100644 (file)
 #ifndef _EVENTFD_H
 #define _EVENTFD_H
 
+int
+eventfd_init(void);
+
+int
+eventfd_free(void);
+
 int
 eventfd_copy(int target_fd, int target_pid);