mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
581 B
29 lines
581 B
//***************************************************************************
|
|
// Common header
|
|
//
|
|
//***************************************************************************
|
|
|
|
#ifndef __COMMON_H
|
|
#define __COMMON_H
|
|
#endif
|
|
|
|
extern "C" {
|
|
#include "wdmwarn4.h"
|
|
#include "strmini.h"
|
|
#include "ks.h"
|
|
}
|
|
|
|
typedef struct _DEVICE_INIT_INFO {
|
|
PUCHAR ioBase;
|
|
} DEVICE_INIT_INFO, *PDEVICE_INIT_INFO;
|
|
|
|
#include "que.h"
|
|
#include "cdack.h"
|
|
#include "cvdec.h"
|
|
#include "cadec.h"
|
|
#include "cvpro.h"
|
|
#include "ccpgd.h"
|
|
#include "ccpp.h"
|
|
#include "dvdinit.h"
|
|
#include "debug.h"
|
|
#include "decoder.h"
|