ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

rosioctl.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.