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 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 Andrewski
/*
2 12 Andrewski
*This file is part of fpga_gpib_controller.
3
*
4
* Fpga_gpib_controller is free software: you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License as published by
6
* the Free Software Foundation, either version 3 of the License, or
7
* (at your option) any later version.
8
*
9
* Fpga_gpib_controller is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with Fpga_gpib_controller.  If not, see <http://www.gnu.org/licenses/>.
16
*/
17
/*
18 3 Andrewski
 * GpibTypes.h
19
 *
20
 *  Created on: 2012-01-29
21
 *      Author: Andrzej Paluch
22
 */
23
 
24
#ifndef GPIBTYPES_H_
25
#define GPIBTYPES_H_
26
 
27
#include <stddef.h>
28
 
29
 
30
typedef int bool;
31
#define false 0
32
#define true 1
33
typedef unsigned char u8;
34
typedef unsigned short u16;
35
typedef unsigned int u32;
36
typedef int i32;
37
typedef size_t SizeType;
38
typedef unsigned int AddrType;
39
typedef unsigned short RegType;
40
typedef unsigned int HandleType;
41
 
42
#endif /* GPIBTYPES_H_ */

powered by: WebSVN 2.1.0

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