Changeset 53ad43c in mainline for kernel/generic/include/config.h
- Timestamp:
- 2018-03-08T18:54:30Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ef16903
- Parents:
- e0a4686
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/config.h
re0a4686 r53ad43c 50 50 #define CONFIG_TASK_ARGUMENTS_BUFLEN 64 51 51 52 #ifndef __AS M__52 #ifndef __ASSEMBLER__ 53 53 54 54 #include <stdbool.h> … … 109 109 extern ballocs_t ballocs; 110 110 111 #endif /* __AS M__ */111 #endif /* __ASSEMBLER__ */ 112 112 113 113 #endif
Note:
See TracChangeset
for help on using the changeset viewer.