ReactOS 0.4.16-dev-340-g0540c21
|
#include "config.h"
#include <ntddk.h>
#include "stddef.h"
#include "stdarg.h"
#include "inc/CrossNt.h"
#include "atapi.h"
#include "ntdddisk.h"
#include "ntddscsi.h"
#include "bsmaster.h"
#include "uniata_ver.h"
#include "id_sata.h"
#include "id_queue.h"
#include "badblock.h"
Go to the source code of this file.
Macros | |
#define | TAG_UNIATA 'ataU' |
#define | ExAllocatePool(a, b) ExAllocatePoolWithTag(a,b,TAG_UNIATA) |
#define ExAllocatePool | ( | a, | |
b | |||
) | ExAllocatePoolWithTag(a,b,TAG_UNIATA) |