mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 03:17:56 +08:00
Added back in a couple of methods.
This commit is contained in:
@@ -542,7 +542,6 @@ netisr_setqlimit(const struct netisr_handler *nhp, u_int qlimit)
|
||||
return (0);
|
||||
}
|
||||
|
||||
#ifndef __rtems__
|
||||
/*
|
||||
* Drain all packets currently held in a particular protocol work queue.
|
||||
*/
|
||||
@@ -608,7 +607,6 @@ netisr_unregister(const struct netisr_handler *nhp)
|
||||
}
|
||||
NETISR_WUNLOCK();
|
||||
}
|
||||
#endif /* __rtems__ */
|
||||
|
||||
/*
|
||||
* Look up the workstream given a packet and source identifier. Do this by
|
||||
|
Reference in New Issue
Block a user