File: gtb-types.h

package info (click to toggle)
gaviotatb 0.4-2.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,136 kB
  • sloc: ansic: 12,302; ruby: 516; makefile: 90; sh: 1
file content (25 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#if !defined(H_GTBTYPES)
#define H_GTBTYPES
#ifdef __cplusplus
extern "C" {
#endif
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
#include "sysport.h"

typedef uint32_t 			sq_t;
typedef uint8_t 			pc_t;
typedef uint32_t			mv_t;
typedef int32_t				tbkey_t;
typedef uint16_t		  	dtm_t;
typedef int32_t				index_t;

#define MAXINDEX_T			((1ul << 31)-1ul)

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#ifdef __cplusplus
}
#endif
#endif