Skip to content

Commit

Permalink
Add did_wake to shell implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Janrupf committed Aug 9, 2022
1 parent f3e8762 commit 09e66a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sys/shell/waker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ impl Waker {
pub fn wake(&self) -> io::Result<()> {
os_required!();
}

pub fn did_wake(&self) {
os_required!();
}
}

0 comments on commit 09e66a6

Please sign in to comment.