usb_ecm: Use the current configuration instead of a fixed one.
[haiku.git] / src / add-ons / kernel / drivers / graphics / vesa / device.h
blob9ce0264531e3987844f1e717c3b5b0bfd92608f5
1 /*
2 * Copyright 2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef DEVICE_H
6 #define DEVICE_H
8 #include <Drivers.h>
10 // The device hooks for the published device
11 extern device_hooks gDeviceHooks;
13 #endif /* DEVICE_H */