File: pcscdefines.h

package info (click to toggle)
eco5000 0.9.8-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 984 kB
  • ctags: 636
  • sloc: sh: 6,908; ansic: 4,812; makefile: 85
file content (33 lines) | stat: -rw-r--r-- 630 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
26
27
28
29
30
31
32
33
#ifndef _pcscdefines_h_
#define _pcscdefines_h_

/*
 * NAME:
 *	pcscdefines.h - Copyright (C) 1998 David Corcoran
 *             corcordt@cs.purdue.edu
 *
 * DESCRIPTION:
 *      This defines a list of type defined variable types.
 *
 * AUTHOR:
 *	David Corcoran, 10/16/98
 *
 * LICENSE: See file LICENSE.
 *
 */


#include "config.h"

/* Defines a list of pseudo types. */

  typedef unsigned long      DWORD;
  typedef char*               STR;
  typedef long               RESPONSECODE;
  typedef void               VOID;

  #define MAX_RESPONSE_SIZE  264
  #define MAX_MASK_SIZE      33
  #define MAX_ATR_SIZE       33

#endif