2025-04-27 07:49:33 -04:00

39 lines
468 B
C

/*++
Copyright (c) 1999, 2000 Microsoft Corporation
Module Name:
pch.h
Abstract:
Precompiled header file.
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 "uhci.h"
#include "dbg.h"
#include "usbuhci.h"
#endif // __COMMON_H__