File: types.h

package info (click to toggle)
arcboot 0.3.12
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 404 kB
  • ctags: 495
  • sloc: ansic: 2,401; makefile: 219; sh: 145
file content (14 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright 1999 Silicon Graphics, Inc.
 */
#ifndef _TYPES_H_
#define _TYPES_H_

typedef unsigned short USHORT;
typedef long LONG;
typedef unsigned long ULONG;
typedef void VOID;
typedef char CHAR;
typedef unsigned char UCHAR;

#endif				/* _TYPES_H_ */