Files
codezero/tasks/mm0/include/env.h
Bahadir Balban 55117c600b Back to the same fs0 bug point as before, but environment, disjoint utcb addresses
and passing of utcb address information via the environment are implemented.
2008-02-29 12:33:53 +00:00

7 lines
94 B
C

#ifndef __MM0_ENV__
#define __MM0_ENV__
int task_prepare_environment(struct tcb *t);
#endif