linux-nvme-sys 0.4.0

Rust bindgen for nvme on linux
Documentation
1
2
3
4
5
6
7
8
9
10
#ifndef _CMD_H
#define _CMD_H

#undef PLUGIN
#define PLUGIN(n, c)

#undef COMMAND_LIST
#define COMMAND_LIST(args...)

#endif