Changeset b2e121a in mainline for kernel/generic/src/lib/halt.c
- Timestamp:
- 2018-01-23T17:41:19Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 083bd7c
- Parents:
- fd2b081
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/lib/halt.c
rfd2b081 rb2e121a 33 33 /** 34 34 * @file 35 * @brief Miscellaneous functions.35 * @brief Halt function. 36 36 */ 37 37 38 #include < func.h>38 #include <halt.h> 39 39 #include <log.h> 40 40 #include <cpu.h> … … 43 43 #include <console/kconsole.h> 44 44 45 atomic_t haltstate = {0}; /**<Halt flag */46 45 /** Halt flag */ 46 atomic_t haltstate = {0}; 47 47 48 48 /** Halt wrapper
Note:
See TracChangeset
for help on using the changeset viewer.