39 lines
444 B
C
39 lines
444 B
C
/*++
|
|
|
|
Copyright (c) 1999, 2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
usbehci.h
|
|
|
|
Abstract:
|
|
|
|
|
|
|
|
Environment:
|
|
|
|
Kernel & user mode
|
|
|
|
Revision History:
|
|
|
|
1-1-00 : created
|
|
|
|
--*/
|
|
|
|
#ifndef __COMMON_H__
|
|
#define __COMMON_H__
|
|
|
|
#include "wdm.h"
|
|
#include "stdarg.h"
|
|
#include "stdio.h"
|
|
|
|
#include "usb.h"
|
|
#include "usbhcdi.h"
|
|
|
|
#include "ehci.h"
|
|
#include "dbg.h"
|
|
|
|
#include "usbehci.h"
|
|
|
|
#endif // __COMMON_H__
|