Changeset 0116f21 in mainline for kernel/generic/include/shutdown.h
- Timestamp:
- 2019-07-18T15:30:31Z (5 years ago)
- Children:
- bb580548
- Parents:
- 40043e8
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-07-18 15:26:49)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-07-18 15:30:31)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/shutdown.h
r40043e8 r0116f21 37 37 38 38 #include <atomic.h> 39 #include <typedefs.h> 40 41 typedef struct thread thread_t; 39 42 40 43 extern atomic_t haltstate; 44 extern thread_t *shutdown_thread; 41 45 42 46 extern void halt(void) __attribute__((noreturn)); 43 47 extern void reboot(void); 44 48 extern void arch_reboot(void); 49 extern sys_errno_t sys_shutdown(sysarg_t mode, sysarg_t delay, sysarg_t kconsole); 45 50 46 51 #endif
Note:
See TracChangeset
for help on using the changeset viewer.