mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Undo excess staticization - these two are meant to be callable from
DDB.
This commit is contained in:
parent
1ce418a67d
commit
bbdc01224f
1 changed files with 4 additions and 2 deletions
|
|
@ -3284,7 +3284,8 @@ done:
|
|||
|
||||
#define END_BITS "\20\7SWSL\6DRQ\5DTQ\4RX\3TX\2MREGS\1STATS"
|
||||
|
||||
static int en_dump(unit, level)
|
||||
/* Do not staticize - meant for calling from DDB! */
|
||||
int en_dump(unit, level)
|
||||
|
||||
int unit, level;
|
||||
|
||||
|
|
@ -3451,7 +3452,8 @@ int unit, level;
|
|||
* en_dumpmem: dump the memory
|
||||
*/
|
||||
|
||||
static int en_dumpmem(unit, addr, len)
|
||||
/* Do not staticize - meant for calling from DDB! */
|
||||
int en_dumpmem(unit, addr, len)
|
||||
|
||||
int unit, addr, len;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue