liburing 0.0.2

Rust liburing#24bd087 raw bindings with basic tests
Documentation
1
2
3
4
5
6
7
8
#ifndef LIBURING_COMPAT_H
#define LIBURING_COMPAT_H

#if !defined(CONFIG_HAVE_KERNEL_RWF_T)
typedef int __kernel_rwf_t;
#endif

#endif