diff --git a/headers/private/kernel/boot/partitions.h b/headers/private/kernel/boot/partitions.h index 97cd0f0dab..7253936a0d 100644 --- a/headers/private/kernel/boot/partitions.h +++ b/headers/private/kernel/boot/partitions.h @@ -1,7 +1,7 @@ /* -** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved. -** Distributed under the terms of the OpenBeOS License. -*/ + * Copyright 2003-2004, Axel Dörfler, axeld@pinc-software.de. + * Distributed under the terms of the MIT License. + */ #ifndef KERNEL_BOOT_PARTITIONS_H #define KERNEL_BOOT_PARTITIONS_H @@ -35,6 +35,8 @@ class Partition : public Node, public partition_data { bool IsPartitioningSystem() const { return fIsPartitioningSystem; } const char *ModuleName() const { return fModuleName; } + int FD() const { return fFD; } + private: int fFD; NodeList fChildren;