reactos/drivers/storage/floppy/precomp.h
Amine Khaldi ddb3d908c9 * Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
svn path=/branches/shell-experiments/; revision=62286
2014-02-22 10:31:26 +00:00

10 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_ */