Changeset 76b5a95c in mainline for uspace/app/sbi/src/builtin/bi_task.h
- Timestamp:
- 2011-03-23T20:53:30Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 71af5a4
- Parents:
- 5716e9a (diff), ab10b842 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/builtin/bi_task.h
r5716e9a r76b5a95c 27 27 */ 28 28 29 #ifndef BI_ FUN_H_30 #define BI_ FUN_H_29 #ifndef BI_TASK_H_ 30 #define BI_TASK_H_ 31 31 32 32 #include "../mytypes.h" 33 33 34 void bi_ fun_declare(builtin_t *bi);35 void bi_ fun_bind(builtin_t *bi);34 void bi_task_declare(builtin_t *bi); 35 void bi_task_bind(builtin_t *bi); 36 36 37 37 #endif
Note:
See TracChangeset
for help on using the changeset viewer.