Changeset 40043e8 in mainline for kernel/generic/include/arch.h
- Timestamp:
- 2019-07-18T08:25:42Z (5 years ago)
- Children:
- 0116f21
- Parents:
- 2cc569a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/arch.h
r2cc569a3 r40043e8 38 38 #include <arch/asm.h> /* get_stack_base() */ 39 39 #include <config.h> 40 #include <shutdown.h> 40 41 41 42 /* … … 96 97 extern void calibrate_delay_loop(void); 97 98 98 extern void reboot(void);99 extern void arch_reboot(void);100 99 extern void *arch_construct_function(fncptr_t *, void *, void *); 101 100
Note:
See TracChangeset
for help on using the changeset viewer.