mirror of
https://github.com/drasko/codezero.git
synced 2026-01-18 22:03:16 +01:00
7 lines
94 B
C
7 lines
94 B
C
#ifndef __MM0_ENV__
|
|
#define __MM0_ENV__
|
|
|
|
int task_prepare_environment(struct tcb *t);
|
|
|
|
#endif
|