pcie 0.6.0

A simple PCIE driver for enumerating devices.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# PCIE

This is a simple PCIE driver for enumerating devices.

## Example

run test:

```shell
cargo install ostool
cargo t -p pcie --target aarch64-unknown-none-softfloat -- --show-output
```