pic8259_simple 0.2.0

Kernel-space interface to the 8259 and 8259A interrupt controllers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cpuio"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d531514efb06912141fa65967447de805691b685a7565c87d1765afe34a98aa7"

[[package]]
name = "pic8259_simple"
version = "0.2.0"
dependencies = [
 "cpuio",
]