Skip to content

Commit 25dbbfb

Browse files
committed
genertrification
1 parent c6ed070 commit 25dbbfb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tock/kernel/src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2577,11 +2577,11 @@ use core::cmp::max;
25772577
pub fn load_processes<C: Chip>(
25782578
kernel: &'static Kernel,
25792579
chip: &'static C,
2580-
start_of_flash: *const u8,
2581-
app_memory: &mut [u8],
2582-
procs: &'static mut [Option<&'static dyn ProcessType>],
2580+
_: impl Sized,
2581+
_: impl Sized,
2582+
_: impl Sized,
25832583
fault_response: FaultResponse,
2584-
_capability: &dyn ProcessManagementCapability,
2584+
_: impl Sized,
25852585
) {
25862586
unsafe {
25872587
Process::create(

0 commit comments

Comments
 (0)