Chameleon

Chameleon Svn Source Tree

Root/branches/rewrite/i386/modules/Disk/include/FDiskPartition.hpp

Source at commit 1086 created 12 years 9 months ago.
By meklort, More disk changes... more to come too
1/*
2 * Copyright (c) 2011 Evan Lojewski. All rights reserved.
3 *
4 */
5#ifndef FDISK_PARTITION_H
6#define FDISK_PARTITION_H
7
8#include <Partition.hpp>
9#include <IOKit/IOTypes.h>
10#include <IOKit/storage/IOFDiskPartitionScheme.h>
11
12class FDiskPartition : public Partition
13{
14public:
15 FDiskPartition(Disk* disk, UInt8 partitionNumber);
16 ~FDiskPartition();
17
18protected:
19
20private:
21};
22
23#endif /* FDISK_PARTITION_H */
24

Archive Download this file

Revision: 1086