mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
15 lines
415 B
C
15 lines
415 B
C
/*
|
|
* PROJECT: ReactOS kernel-mode tests
|
|
* LICENSE: LGPLv2.1+ - See COPYING.LIB in the top level directory
|
|
* PURPOSE: IoCreateFile test declarations
|
|
* PROGRAMMER: Pierre Schweitzer <pierre@reactos.org>
|
|
*/
|
|
|
|
#ifndef _KMTEST_IOCREATEFILE_H_
|
|
#define _KMTEST_IOCREATEFILE_H_
|
|
|
|
#define IOCTL_CALL_CREATE 1
|
|
#define IOCTL_DISABLE_SYMLINK 2
|
|
|
|
#endif /* !defined _KMTEST_IOCREATEFILE_H_ */
|