Reactos
at master 31 lines 716 B view raw
1/* 2 * devioctl.h 3 * 4 * IOCTL definitions 5 * 6 * This file is part of the ReactOS PSDK package. 7 * 8 * Contributors: 9 * Amine Khaldi 10 * Timo Kreuzer (timo.kreuzer@reactos.org) 11 * 12 * THIS SOFTWARE IS NOT COPYRIGHTED 13 * 14 * This source code is offered for use in the public domain. You may 15 * use, modify or distribute it freely. 16 * 17 * This code is distributed in the hope that it will be useful but 18 * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY 19 * DISCLAIMED. This includes but is not limited to warranties of 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 * 22 */ 23#pragma once 24 25#ifndef _DEVIOCTL_ 26#define _DEVIOCTL_ 27 28$define (_DEVIOCTL_) 29$include (iotypes.h) 30 31#endif /*_DEVIOCTL_ */