BTRFS: Implement BTree::Path and change _Find.
[haiku.git] / src / apps / drivesetup / InitParametersPanel.h
blob338eac94811e6d1fd0baed327ab51274d0b75d84
1 /*
2 * Copyright 2008-2013 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT license.
5 * Authors:
6 * Stephan Aßmus <superstippi@gmx.de>
7 * Axel Dörfler, axeld@pinc-software.de.
8 */
9 #ifndef INIT_PARAMETERS_PANEL_H
10 #define INIT_PARAMETERS_PANEL_H
13 #include "AbstractParametersPanel.h"
16 class InitParametersPanel : public AbstractParametersPanel {
17 public:
18 InitParametersPanel(BWindow* window,
19 const BString& diskSystem,
20 BPartition* partition);
21 virtual ~InitParametersPanel();
23 status_t Go(BString& name, BString& parameters);
27 #endif // INIT_PARAMETERS_PANEL_H