Skip to content

Commit

Permalink
Merge pull request #57 from google/mair
Browse files Browse the repository at this point in the history
Add types to build MAIR values.
  • Loading branch information
qwandor authored Aug 27, 2024
2 parents 0f95559 + cca2ca0 commit 5ab8148
Show file tree
Hide file tree
Showing 3 changed files with 383 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### New features

- Added `mair` module with types to build MAIR values.

## 0.7.1

### New features
Expand Down
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@
pub mod idmap;
#[cfg(feature = "alloc")]
pub mod linearmap;
pub mod mair;
pub mod paging;
#[cfg(feature = "alloc")]
pub mod target;

#[cfg(feature = "alloc")]
#[cfg(any(test, feature = "alloc"))]
extern crate alloc;

#[cfg(target_arch = "aarch64")]
Expand Down
Loading

0 comments on commit 5ab8148

Please sign in to comment.