OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [include/] [l4/] [glue/] [tests/] [utcb.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
#ifndef __GLUE__V4_ARM__UTCB_H__
2
#define __GLUE__V4_ARM__UTCB_H__
3
 
4
/*
5
 * Userspace thread control block
6
 *
7
 * Copyright (C) 2005 Bahadir Balban
8
 *
9
 */
10
#include <macros.h>
11
#include <config.h>
12
#include <types.h>
13
 
14
struct utcb {
15
        u32 global_id;
16
        u32 error_code;
17
};
18
 
19
#endif /* !__GLUE__V4_ARM__UTCB_H__ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.