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 7 8 #include <Drivers.h> 9 10 // The device hooks for the published device 11 extern device_hooks gDeviceHooks; 12 13 #endif /* DEVICE_H */ 14