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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [include/] [l4/] [arch/] [arm/] [types.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
#ifndef __ARCH_TYPES_H__
2
#define __ARCH_TYPES_H__
3
 
4
#if !defined(__ASSEMBLY__)
5
typedef unsigned long long u64;
6
typedef unsigned int u32;
7
typedef unsigned short u16;
8
typedef unsigned char u8;
9
typedef signed long long s64;
10
typedef signed int s32;
11
typedef signed short s16;
12
typedef signed char s8;
13
 
14
/* Thread/Space id type */
15
typedef unsigned int l4id_t;
16
 
17
#endif /* !__ASSEMBLY__ */
18
#endif /* !__ARCH_TYPES_H__ */

powered by: WebSVN 2.1.0

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