Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygendevioctl.template.h
Go to the documentation of this file.
00001 /* 00002 * devioctl.h 00003 * 00004 * IOCTL definitions 00005 * 00006 * This file is part of the ReactOS PSDK package. 00007 * 00008 * Contributors: 00009 * Amine Khaldi 00010 * Timo Kreuzer (timo.kreuzer@reactos.org) 00011 * 00012 * THIS SOFTWARE IS NOT COPYRIGHTED 00013 * 00014 * This source code is offered for use in the public domain. You may 00015 * use, modify or distribute it freely. 00016 * 00017 * This code is distributed in the hope that it will be useful but 00018 * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY 00019 * DISCLAIMED. This includes but is not limited to warranties of 00020 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00021 * 00022 */ 00023 #pragma once 00024 00025 #ifndef _DEVIOCTL_ 00026 #define _DEVIOCTL_ 00027 00028 $define (_DEVIOCTL_) 00029 $include (iotypes.h) 00030 00031 #endif /*_DEVIOCTL_ */ Generated on Sun May 27 2012 04:33:22 for ReactOS by
1.7.6.1
|