1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-14 14:55:41 +00:00

Undo excess staticization - these two are meant to be callable from

DDB.
This commit is contained in:
Peter Wemm 1999-05-06 22:19:38 +00:00
parent 1ce418a67d
commit bbdc01224f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46603

View File

@ -3284,7 +3284,8 @@ struct en_softc *sc;
#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;