File: types.h

package info (click to toggle)
arcboot 0.3.8.8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,152 kB
  • ctags: 2,503
  • sloc: ansic: 15,138; makefile: 774; awk: 311; sh: 189; 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_ */