mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
14 lines
415 B
C
14 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_ */
|