diff options
Diffstat (limited to 'sys/arch/octeon/stand/boot/libsa.h')
-rw-r--r-- | sys/arch/octeon/stand/boot/libsa.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/octeon/stand/boot/libsa.h b/sys/arch/octeon/stand/boot/libsa.h index 90c6061b384..28b282cc7a1 100644 --- a/sys/arch/octeon/stand/boot/libsa.h +++ b/sys/arch/octeon/stand/boot/libsa.h @@ -1,4 +1,4 @@ -/* $OpenBSD: libsa.h,v 1.1 2013/06/05 01:02:29 jasper Exp $ */ +/* $OpenBSD: libsa.h,v 1.2 2014/07/12 20:36:52 jasper Exp $ */ /* * Copyright (c) 2013 Jasper Lievisse Adriaanse <jasper@openbsd.org> @@ -34,7 +34,6 @@ void run_loadfile(u_long *, int); /* * CN30XX UART */ - void cn30xxuartcnprobe(struct consdev *); void cn30xxuartcninit(struct consdev *); void cn30xxuartcnputc(dev_t, int); @@ -44,3 +43,5 @@ int cn30xxuartcngetc(dev_t); * clock */ void delay(int); +u_int cp0_get_count(void); + |