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