[Zion][Yellowstone] First pass at adding PCI ioport access.
This commit is contained in:
parent
f2c2cff98a
commit
b677633248
16 changed files with 337 additions and 199 deletions
|
|
@ -15,4 +15,11 @@ 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