2 * Copyright 2008-2010 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Alexander von Gluck (kallisti5)
15 class DeviceACPI
: public Device
{
17 DeviceACPI(Device
* parent
);
18 virtual ~DeviceACPI();
19 virtual Attributes
GetBusAttributes();
20 virtual BString
GetBusStrings();
21 virtual void InitFromAttributes();
22 virtual BString
GetBusTabName();
25 #endif /* DEVICEACPI_H */