mirror of
https://github.com/drasko/codezero.git
synced 2026-04-11 06:29:04 +02: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
|