File: types.h

package info (click to toggle)
arcboot 0.3.8.6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,268 kB
  • ctags: 2,395
  • sloc: ansic: 14,890; makefile: 776; awk: 311; sh: 167; sed: 12
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_ */