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.
22 lines
297 B
22 lines
297 B
#ifndef __CDFSKD_H
|
|
#define __CDFSKD_H
|
|
|
|
#include "pch.h"
|
|
|
|
DUMP_ROUTINE( DumpCdCcb);
|
|
|
|
DUMP_ROUTINE( DumpCdFcb);
|
|
|
|
DUMP_ROUTINE( DumpCdIrpContext);
|
|
|
|
DUMP_ROUTINE( DumpCdMcb);
|
|
|
|
DUMP_ROUTINE( DumpCdVcb);
|
|
|
|
DUMP_ROUTINE( DumpCdData);
|
|
|
|
DUMP_ROUTINE( DumpCdVdo);
|
|
|
|
|
|
#endif
|
|
|