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

Subversion Repositories gpib_controller

[/] [gpib_controller/] [trunk/] [prototype_1/] [PC_software/] [gpib_src/] [GpibTypes.h] - Blame information for rev 3

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

Line No. Rev Author Line
1 3 Andrewski
/*
2
 * GpibTypes.h
3
 *
4
 *  Created on: 2012-01-29
5
 *      Author: Andrzej Paluch
6
 */
7
 
8
#ifndef GPIBTYPES_H_
9
#define GPIBTYPES_H_
10
 
11
#include <stddef.h>
12
 
13
 
14
typedef int bool;
15
#define false 0
16
#define true 1
17
typedef unsigned char u8;
18
typedef unsigned short u16;
19
typedef unsigned int u32;
20
typedef int i32;
21
typedef size_t SizeType;
22
typedef unsigned int AddrType;
23
typedef unsigned short RegType;
24
typedef unsigned int HandleType;
25
 
26
#endif /* GPIBTYPES_H_ */

powered by: WebSVN 2.1.0

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