mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
10 lines
151 B
C
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_ */
|