Skip to content

Commit 09e66a6

Browse files
committed
Add did_wake to shell implementation
1 parent f3e8762 commit 09e66a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/sys/shell/waker.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ impl Waker {
1313
pub fn wake(&self) -> io::Result<()> {
1414
os_required!();
1515
}
16+
17+
pub fn did_wake(&self) {
18+
os_required!();
19+
}
1620
}

0 commit comments

Comments
 (0)