mirror of
https://github.com/drasko/codezero.git
synced 2026-02-28 17:53:13 +01:00
Initial commit
This commit is contained in:
19
include/l4/glue/tests/utcb.h
Normal file
19
include/l4/glue/tests/utcb.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef __GLUE__V4_ARM__UTCB_H__
|
||||
#define __GLUE__V4_ARM__UTCB_H__
|
||||
|
||||
/*
|
||||
* Userspace thread control block
|
||||
*
|
||||
* Copyright (C) 2005 Bahadir Balban
|
||||
*
|
||||
*/
|
||||
#include <macros.h>
|
||||
#include <config.h>
|
||||
#include <types.h>
|
||||
|
||||
struct utcb {
|
||||
u32 global_id;
|
||||
u32 error_code;
|
||||
};
|
||||
|
||||
#endif /* !__GLUE__V4_ARM__UTCB_H__ */
|
||||
Reference in New Issue
Block a user