mirror of
https://github.com/drasko/codezero.git
synced 2026-02-23 15:23:16 +01:00
Added exregs_set_mr() function
Moved all exregs-related calls to libl4 since these are part of the L4 api.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include <l4lib/arch/syslib.h>
|
||||
#include <l4lib/arch/utcb.h>
|
||||
#include <l4lib/ipcdefs.h>
|
||||
#include <l4lib/exregs.h>
|
||||
#include <lib/addr.h>
|
||||
#include <kmalloc/kmalloc.h>
|
||||
#include <init.h>
|
||||
@@ -26,7 +27,6 @@
|
||||
#include <task.h>
|
||||
#include <shm.h>
|
||||
#include <mmap.h>
|
||||
#include <exregs.h>
|
||||
|
||||
struct tcb_head {
|
||||
struct list_head list;
|
||||
|
||||
Reference in New Issue
Block a user