mirror of
https://github.com/drasko/codezero.git
synced 2026-03-14 16:21:50 +01:00
test and thread_demo container compiling, but crashing at runtime
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#ifndef __L4_THREAD_H__
|
||||
#define __L4_THREAD_H__
|
||||
|
||||
#include <libl4/arch/utcb.h>
|
||||
#include <libl4/arch/types.h>
|
||||
#include <l4lib/arch/utcb.h>
|
||||
#include <l4lib/arch/types.h>
|
||||
|
||||
struct l4_thread_struct {
|
||||
l4id_t tlid; /* Thread local id */
|
||||
|
||||
Reference in New Issue
Block a user