mirror of
https://github.com/drasko/codezero.git
synced 2026-01-13 11:23:16 +01:00
This is currently an empty call. It will be used for registering, receiving and releasing irqs.
17 lines
363 B
C
17 lines
363 B
C
#ifndef __MM0_CONTAINER_H__
|
|
#define __MM0_CONTAINER_H__
|
|
|
|
#define __PAGERNAME__ "mm0"
|
|
|
|
#define SHMEM_REGION_START %(shmem_start)s
|
|
#define SHMEM_REGION_END %(shmem_end)s
|
|
|
|
#define TASK_REGION_START %(task_start)s
|
|
#define TASK_REGION_END %(task_end)s
|
|
|
|
#define UTCB_REGION_START %(utcb_start)s
|
|
#define UTCB_REGION_END %(utcb_end)s
|
|
|
|
|
|
#endif /* __MM0_CONTAINER_H__ */
|