Changeset d011038 in mainline for uspace/app/sbi/src/builtin/bi_task.h
- Timestamp:
- 2011-03-29T20:12:44Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8f17503
- Parents:
- c4fb95d3 (diff), 93ebe4e (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
rc4fb95d3 rd011038 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.