mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
This commit is contained in:
parent
b94e2d8ca0
commit
c2c66aff7d
24198 changed files with 0 additions and 37285 deletions
33
drivers/storage/ide/uniata/stdafx.h
Normal file
33
drivers/storage/ide/uniata/stdafx.h
Normal file
|
@ -0,0 +1,33 @@
|
|||
#include "config.h"
|
||||
|
||||
extern "C" {
|
||||
|
||||
#include <ntddk.h>
|
||||
|
||||
};
|
||||
#include "stddef.h"
|
||||
#include "stdarg.h"
|
||||
|
||||
#include "inc/CrossNt.h"
|
||||
|
||||
#include "atapi.h" // includes scsi.h
|
||||
#include "ntdddisk.h"
|
||||
#include "ntddscsi.h"
|
||||
#include "bsmaster.h"
|
||||
#include "uniata_ver.h"
|
||||
#include "id_sata.h"
|
||||
|
||||
#ifndef UNIATA_CORE
|
||||
|
||||
#include "id_queue.h"
|
||||
|
||||
#ifdef ExAllocatePool
|
||||
#undef ExAllocatePool
|
||||
#endif
|
||||
#define TAG_UNIATA 'ataU'
|
||||
#define ExAllocatePool(a,b) ExAllocatePoolWithTag(a,b,TAG_UNIATA)
|
||||
|
||||
#endif //UNIATA_CORE
|
||||
|
||||
#include "badblock.h"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue