Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenrosioctl.h
Go to the documentation of this file.
00001 /* 00002 * COPYRIGHT: See COPYING in the top level directory 00003 * PROJECT: ReactOS PSDK extensions 00004 * FILE: include/reactos/rosioctl.h 00005 * PURPOSE: Additional partition types 00006 * (partition types not covered by winioctl.h of PSDK) 00007 * 00008 * PROGRAMMERS: Matthias Kupfer (mkupfer@reactos.com) 00009 */ 00010 00011 #ifndef __ROSIOCTL_H 00012 #define __ROSIOCTL_H 00013 00014 #define PARTITION_OS2BOOTMGR 0x0A // OS/2 Boot Manager/OPUS/Coherent swap 00015 #define PARTITION_LINUX_SWAP 0x82 // Linux Swap Partition 00016 #define PARTITION_LINUX 0x83 // Linux Partition Ext2/Ext3/Ext4 00017 #define PARTITION_EXT2 PARTITION_LINUX // some apps use this identifier 00018 #define PARTITION_LINUX_LVM 0x8E 00019 00020 #endif /* __ROSIOCTL_H */ 00021 00022 /* EOF */ 00023 Generated on Thu May 24 2012 04:33:41 for ReactOS by
1.7.6.1
|