BPicture: Fix archive constructor.
[haiku.git] / src / add-ons / kernel / drivers / network / sis900 / device.h
blob49481bfc6cf87f0da6ce75bf3a788d7a3e74650c
1 /* Device hooks for SiS 900 networking
3 * Copyright © 2001-2005 pinc Software. All Rights Reserved.
4 */
5 #ifndef DEVICE_H
6 #define DEVICE_H
8 #include <Drivers.h>
10 #define ETHER_TRANSMIT_TIMEOUT ((bigtime_t)5000000)
11 /* five seconds */
13 /* The published PCI bus interface device hooks */
14 extern device_hooks gDeviceHooks;
16 #endif /* DEVICE_H */