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

Subversion Repositories eco32

[/] [eco32/] [tags/] [eco32-0.24/] [disk/] [tools/] [fs-NetBSD/] [loader/] [types.h] - Rev 211

Compare with Previous | Blame | View Log

/*
 * types.h -- additional types
 */
 
 
#ifndef _TYPES_H_
#define _TYPES_H_
 
 
typedef unsigned int uint64_t[2];
typedef unsigned int u_int64_t[2];
 
typedef unsigned int uint32_t;
typedef unsigned int u_int32_t;
 
typedef unsigned short uint16_t;
typedef unsigned short u_int16_t;
 
typedef unsigned char uint8_t;
typedef unsigned char u_int8_t;
typedef unsigned char u_char;
 
typedef unsigned int int64_t[2];
 
typedef int int32_t;
 
typedef short int16_t;
 
typedef char int8_t;
 
 
typedef int Bool;
 
#define FALSE	0
#define TRUE	1
 
 
#endif /* _TYPES_H_ */
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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