diff options
author | aiju <devnull@localhost> | 2017-06-01 06:40:05 +0000 |
---|---|---|
committer | aiju <devnull@localhost> | 2017-06-01 06:40:05 +0000 |
commit | 48fa332c61fe037b3f89575c2333df9216652316 (patch) | |
tree | fc51cb500ee263199cd836153b5af3537c05e069 /sys/src/9/pc/fns.h | |
parent | 7134d62ccbb32c783de67d26907e4e856c48f29c (diff) |
pc: actually call netconsole()
Diffstat (limited to 'sys/src/9/pc/fns.h')
-rw-r--r-- | sys/src/9/pc/fns.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/fns.h b/sys/src/9/pc/fns.h index 14c30ef21..13c390bd4 100644 --- a/sys/src/9/pc/fns.h +++ b/sys/src/9/pc/fns.h @@ -114,6 +114,7 @@ char* mtrr(uvlong, uvlong, char *); void mtrrclock(void); int mtrrprint(char *, long); void mtrrsync(void); +void netconsole(void); uchar nvramread(int); void nvramwrite(int, uchar); void outb(int, int); |