Import from upstream.
[nvidia.git] / src / nv-misc.h
1 /* _NVRM_COPYRIGHT_BEGIN_
2  *
3  * Copyright 1993-2001 by NVIDIA Corporation.  All rights reserved.  All
4  * information contained herein is proprietary and confidential to NVIDIA
5  * Corporation.  Any use, reproduction, or disclosure without the written
6  * permission of NVIDIA Corporation is prohibited.
7  *
8  * _NVRM_COPYRIGHT_END_
9  */
10
11 #ifndef _NV_MISC_H_
12 #define _NV_MISC_H_
13
14 #include "nvtypes.h"
15 #include "rmretval.h"
16
17 #ifndef BOOL
18 #define BOOL            S032
19 #endif
20 #ifndef TRUE
21 #define TRUE            1L
22 #endif
23 #ifndef FALSE
24 #define FALSE           0L
25 #endif
26 #ifndef NULL
27 #define NULL            0L
28 #endif
29
30 /*
31  * Device state and configuration information
32  */
33
34 typedef void *PHWINFO;
35
36
37 #endif /* _NV_MISC_H_ */