vfs: check userland buffers before reading them.
[haiku.git] / src / add-ons / kernel / partitioning_systems / intel / intel.h
blob41c81d5fb5abce7bfb341acc5dbabdc95b3e96ab
1 /*
2 * Copyright 2007, Ingo Weinhold, bonefish@cs.tu-berlin.de. All rights reserved.
4 * Distributed under the terms of the MIT License.
5 */
6 #ifndef INTEL_H
7 #define INTEL_H
9 #include <SupportDefs.h>
11 #include "PartitionMap.h"
14 // A PartitionMap with reference count.
15 struct PartitionMapCookie : PartitionMap {
16 PartitionMapCookie() : ref_count(1) {}
18 int32 ref_count;
22 #endif // INTEL_H