Changes in kernel/generic/include/arch.h [f35749e:128359eb] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/arch.h
rf35749e r128359eb 1 1 /* 2 * Copyright (c) 2025 Jiri Svoboda3 2 * Copyright (c) 2001-2004 Jakub Jermar 4 3 * All rights reserved. … … 76 75 typedef struct { 77 76 size_t preemption; /**< Preemption disabled counter and flag. */ 78 size_t mutex_locks;79 77 struct thread *thread; /**< Current thread. */ 80 78 struct task *task; /**< Current task. */ … … 107 105 extern void calibrate_delay_loop(void); 108 106 107 extern void reboot(void); 109 108 extern void arch_reboot(void); 110 109 extern void *arch_construct_function(fncptr_t *, void *, void *);
Note:
See TracChangeset
for help on using the changeset viewer.