diff options
author | johannst <johannes.stoelp@gmail.com> | 2021-06-02 00:11:49 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2021-06-02 00:11:49 +0200 |
commit | 50bd6e37219fd6dabee4f661ed3530c0331c7b06 (patch) | |
tree | 27a62c40cbda59b58efc3d83f1bf9751c28cd394 /src/kvm_sys.rs | |
parent | 7e278dcb3df79f8c8b87d8147deca7280eefb7ec (diff) | |
download | mini-kvm-rs-50bd6e37219fd6dabee4f661ed3530c0331c7b06.tar.gz mini-kvm-rs-50bd6e37219fd6dabee4f661ed3530c0331c7b06.zip |
added doc
Diffstat (limited to 'src/kvm_sys.rs')
-rw-r--r-- | src/kvm_sys.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/kvm_sys.rs b/src/kvm_sys.rs index 2ce8ba5..d21da47 100644 --- a/src/kvm_sys.rs +++ b/src/kvm_sys.rs @@ -1,3 +1,7 @@ +//! Definitions of the system header [`<linux/kvm.h>`][kvm-h]. +//! +//! [kvm-h]: https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/kvm.h + #![allow(non_snake_case)] #![allow(non_camel_case_types)] #![allow(dead_code)] |