OpenCores
URL https://opencores.org/ocsvn/mb-jpeg/mb-jpeg/trunk

Subversion Repositories mb-jpeg

[/] [mb-jpeg/] [tags/] [STEP1_1/] [microblaze_0/] [include/] [mblaze_nt_types.h] - Blame information for rev 14

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 5 quickwayne
//////////////////////////////////////////////////////////////////////
2
//
3
// Copyright (c) 2002 Xilinx, Inc.  All rights reserved. 
4
// Xilinx, Inc. 
5
//
6
// XILINX IS PROVIDING THIS DESIGN, CODE, OR INFORMATION "AS IS" AS A 
7
// COURTESY TO YOU.  BY PROVIDING THIS DESIGN, CODE, OR INFORMATION AS 
8
// ONE POSSIBLE   IMPLEMENTATION OF THIS FEATURE, APPLICATION OR 
9
// STANDARD, XILINX IS MAKING NO REPRESENTATION THAT THIS IMPLEMENTATION 
10
// IS FREE FROM ANY CLAIMS OF INFRINGEMENT, AND YOU ARE RESPONSIBLE 
11
// FOR OBTAINING ANY RIGHTS YOU MAY REQUIRE FOR YOUR IMPLEMENTATION. 
12
// XILINX EXPRESSLY DISCLAIMS ANY WARRANTY WHATSOEVER WITH RESPECT TO 
13
// THE ADEQUACY OF THE IMPLEMENTATION, INCLUDING BUT NOT LIMITED TO 
14
// ANY WARRANTIES OR REPRESENTATIONS THAT THIS IMPLEMENTATION IS FREE 
15
// FROM CLAIMS OF INFRINGEMENT, IMPLIED WARRANTIES OF MERCHANTABILITY 
16
// AND FITNESS FOR A PARTICULAR PURPOSE. 
17
//
18
// $Header: /home/marcus/revision_ctrl_test/oc_cvs/cvs/mb-jpeg/microblaze_0/include/mblaze_nt_types.h,v 1.1 2006-06-23 18:59:00 quickwayne Exp $
19
// $Id: mblaze_nt_types.h,v 1.1 2006-06-23 18:59:00 quickwayne Exp $
20
//
21
//////////////////////////////////////////////////////////////////////
22
 
23
#ifndef _MBLAZE_NT_TYPES_H
24
#define _MBLAZE_NT_TYPES_H
25
 
26
typedef char            byte;
27
typedef short           half;
28
typedef int             word;
29
typedef unsigned char   ubyte;
30
typedef unsigned short  uhalf;
31
typedef unsigned int    uword;
32
typedef ubyte           boolean;
33
 
34
//typedef unsigned char   u_char;
35
//typedef unsigned short  u_short;
36
//typedef unsigned int    u_int;
37
//typedef unsigned long   u_long;
38
 
39
typedef short           int16_t;
40
typedef unsigned short  uint16_t;
41
typedef int             int32_t;
42
typedef unsigned int    uint32_t;
43
 
44
#endif 

powered by: WebSVN 2.1.0

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