reactos/drivers/storage/floppy/precomp.h
Pierre Schweitzer 321bcc056d Create the AHCI branch for Aman's work
svn path=/branches/GSoC_2016/AHCI/; revision=71203
2016-04-24 20:17:09 +00:00

11 lines
151 B
C

#ifndef _FLOPPY_PCH_
#define _FLOPPY_PCH_
#include <wdm.h>
#include "floppy.h"
#include "csqrtns.h"
#include "hardware.h"
#endif /* _FLOPPY_PCH_ */