cleanup
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7596 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -55,10 +55,9 @@ typedef struct {
|
|||||||
volatile int intRxCurrentCount;
|
volatile int intRxCurrentCount;
|
||||||
volatile int intTxCurrentCount;
|
volatile int intTxCurrentCount;
|
||||||
volatile int intTimerCurrentCount;
|
volatile int intTimerCurrentCount;
|
||||||
|
timer_id timer;
|
||||||
#endif // PROFILING
|
#endif // PROFILING
|
||||||
|
|
||||||
timer_id timer;
|
|
||||||
|
|
||||||
spinlock txSpinlock;
|
spinlock txSpinlock;
|
||||||
sem_id txFreeSem;
|
sem_id txFreeSem;
|
||||||
volatile int32 txNextIndex; // next descriptor that will be used for writing
|
volatile int32 txNextIndex; // next descriptor that will be used for writing
|
||||||
|
|||||||
Reference in New Issue
Block a user