2 * Copyright 2011, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
19 BootDrive(const char* path
);
22 BootMenu
* InstalledMenu(
23 const BootMenuList
& menus
) const;
24 status_t
CanMenuBeInstalled(
25 const BootMenuList
& menus
) const;
26 void AddSupportedMenus(const BootMenuList
& from
,
29 const char* Path() const;
30 bool IsBootDrive() const;
32 status_t
GetDiskDevice(BDiskDevice
& device
) const;
39 #endif // BOOT_DRIVE_H