mirror of
https://github.com/drasko/codezero.git
synced 2026-07-13 19:04:13 +02:00
Added a new irq_control system call
This is currently an empty call. It will be used for registering, receiving and releasing irqs.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user