[KMTESTS:PO]
[reactos.git] / rostests / kmtests / ntos_po / PoIrp.h
diff --git a/rostests/kmtests/ntos_po/PoIrp.h b/rostests/kmtests/ntos_po/PoIrp.h
new file mode 100644 (file)
index 0000000..055f711
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+ * PROJECT:         ReactOS kernel-mode tests
+ * LICENSE:         LGPLv2.1+ - See COPYING.LIB in the top level directory
+ * PURPOSE:         Kernel-Mode Test Suite Power IRP management test declarations
+ * PROGRAMMER:      Thomas Faber <thomas.faber@reactos.org>
+ */
+
+#ifndef _KMTEST_POIRP_H_
+#define _KMTEST_POIRP_H_
+
+#define IOCTL_RUN_TEST        1
+
+#endif /* !defined _KMTEST_POIRP_H_ */