/** Copyright 2005, Axel DΓΆrfler, axeld@pinc-software.de. All rights reserved.* Distributed under the terms of the MIT License.*/#ifndef DEVICE_H#define DEVICE_H#include <Drivers.h>// The device hooks for the published deviceextern device_hooks gDeviceHooks;#endif /* DEVICE_H */