repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BPicture: Fix archive constructor.
[haiku.git]
/
src
/
add-ons
/
kernel
/
drivers
/
network
/
sis900
/
device.h
blob
49481bfc6cf87f0da6ce75bf3a788d7a3e74650c
1
/* Device hooks for SiS 900 networking
2
*
3
* Copyright © 2001-2005 pinc Software. All Rights Reserved.
4
*/
5
#ifndef DEVICE_H
6
#define DEVICE_H
7
8
#include <Drivers.h>
9
10
#define ETHER_TRANSMIT_TIMEOUT ((bigtime_t)5000000)
11
/* five seconds */
12
13
/* The published PCI bus interface device hooks */
14
extern
device_hooks gDeviceHooks
;
15
16
#endif
/* DEVICE_H */