Skip to content

Commit

Permalink
add core::arch::asm for inline assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Sep 3, 2023
1 parent 2538a6c commit b323831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/arch/x86_64/kernel/scheduler.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! Architecture dependent interface to initialize a task
use alloc::boxed::Box;
use core::arch::asm;
use core::{mem, ptr, slice};

use align_address::Align;
Expand Down

0 comments on commit b323831

Please sign in to comment.