Revert "[Zion][Yellowstone] First pass at adding PCI ioport access."
This reverts commit b677633248.
This commit is contained in:
parent
b51d5966d4
commit
bddf26b645
16 changed files with 199 additions and 337 deletions
|
|
@ -15,11 +15,4 @@ fn main() {
|
|||
curr_directory.to_str().unwrap()
|
||||
);
|
||||
println!("cargo:rustc-link-lib=zion_stub");
|
||||
|
||||
// Trying to recreate bindings?
|
||||
// Run the following commands
|
||||
// gcc -E zion/include/zcall.h > /tmp/expanded.h
|
||||
// bindgen --verbose --use-core --no-layout-tests /tmp/expanded.h -o rust/lib/mammoth/src/bindings.rs -- -x c++
|
||||
//
|
||||
// Then go fix the ThreadExit struct.
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue