]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/MAI/bios_emulator/scitech/src/pm/ntdrv/oshdr.h
USB: This patch fix readl in ohci swap reg access.
[people/ms/u-boot.git] / board / MAI / bios_emulator / scitech / src / pm / ntdrv / oshdr.h
1 /****************************************************************************
2 *
3 * SciTech OS Portability Manager Library
4 *
5 * ========================================================================
6 *
7 * The contents of this file are subject to the SciTech MGL Public
8 * License Version 1.0 (the "License"); you may not use this file
9 * except in compliance with the License. You may obtain a copy of
10 * the License at http://www.scitechsoft.com/mgl-license.txt
11 *
12 * Software distributed under the License is distributed on an
13 * "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
14 * implied. See the License for the specific language governing
15 * rights and limitations under the License.
16 *
17 * The Original Code is Copyright (C) 1991-1998 SciTech Software, Inc.
18 *
19 * The Initial Developer of the Original Code is SciTech Software, Inc.
20 * All Rights Reserved.
21 *
22 * ========================================================================
23 *
24 * Language: ANSI C
25 * Environment: 32-bit Windows NT drivers
26 *
27 * Description: Include file to include all OS specific header files.
28 *
29 ****************************************************************************/
30
31 #ifndef __NTDRV_OSHDR_H
32 #define __NTDRV_OSHDR_H
33
34 /*--------------------------- Macros and Typedefs -------------------------*/
35
36 /*---------------------------- Global variables ---------------------------*/
37
38 /*--------------------------- Function Prototypes -------------------------*/
39
40 /* Internal unicode string handling functions */
41
42 UNICODE_STRING * _PM_CStringToUnicodeString(const char *cstr);
43 void _PM_FreeUnicodeString(UNICODE_STRING *uniStr);
44
45 #endif /* __NTDRV_OSHDR_H */