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

Subversion Repositories eco32

[/] [eco32/] [tags/] [eco32-0.24/] [disk/] [tools/] [fs-NetBSD/] [loader/] [types.h] - Blame information for rev 211

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 17 hellwig
/*
2
 * types.h -- additional types
3
 */
4
 
5
 
6
#ifndef _TYPES_H_
7
#define _TYPES_H_
8
 
9
 
10
typedef unsigned int uint64_t[2];
11
typedef unsigned int u_int64_t[2];
12
 
13
typedef unsigned int uint32_t;
14
typedef unsigned int u_int32_t;
15
 
16
typedef unsigned short uint16_t;
17
typedef unsigned short u_int16_t;
18
 
19
typedef unsigned char uint8_t;
20
typedef unsigned char u_int8_t;
21
typedef unsigned char u_char;
22
 
23
typedef unsigned int int64_t[2];
24
 
25
typedef int int32_t;
26
 
27
typedef short int16_t;
28
 
29
typedef char int8_t;
30
 
31
 
32
typedef int Bool;
33
 
34
#define FALSE   0
35
#define TRUE    1
36
 
37
 
38
#endif /* _TYPES_H_ */

powered by: WebSVN 2.1.0

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