summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-11-15 14:55:25 +0000
committerbde <bde@FreeBSD.org>1994-11-15 14:55:25 +0000
commit558b1f4747cc40fa901019d18c0097bf6540fdf3 (patch)
tree02cab564dcbc70ea52e739102cf7b64bb21815cf /sys
parentf9fa8b10f427374200dab96f61e9ea4544148377 (diff)
downloadFreeBSD-src-558b1f4747cc40fa901019d18c0097bf6540fdf3.zip
FreeBSD-src-558b1f4747cc40fa901019d18c0097bf6540fdf3.tar.gz
Add prototype for Debugger().
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/include/cpufunc.h3
-rw-r--r--sys/i386/include/cpufunc.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/amd64/include/cpufunc.h b/sys/amd64/include/cpufunc.h
index cc6f9de..9dd0bf0 100644
--- a/sys/amd64/include/cpufunc.h
+++ b/sys/amd64/include/cpufunc.h
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cpufunc.h,v 1.28 1994/11/09 00:51:38 bde Exp $
+ * $Id: cpufunc.h,v 1.29 1994/11/14 15:04:06 bde Exp $
*/
/*
@@ -425,6 +425,7 @@ int susword __P((void *base, int word));
/*
* These functions are NOT in support.s and should be declared elsewhere.
*/
+void Debugger __P((const char *msg));
u_long kvtop __P((void *addr));
typedef void alias_for_inthand_t __P((u_int cs, u_int ef, u_int esp,
u_int ss));
diff --git a/sys/i386/include/cpufunc.h b/sys/i386/include/cpufunc.h
index cc6f9de..9dd0bf0 100644
--- a/sys/i386/include/cpufunc.h
+++ b/sys/i386/include/cpufunc.h
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cpufunc.h,v 1.28 1994/11/09 00:51:38 bde Exp $
+ * $Id: cpufunc.h,v 1.29 1994/11/14 15:04:06 bde Exp $
*/
/*
@@ -425,6 +425,7 @@ int susword __P((void *base, int word));
/*
* These functions are NOT in support.s and should be declared elsewhere.
*/
+void Debugger __P((const char *msg));
u_long kvtop __P((void *addr));
typedef void alias_for_inthand_t __P((u_int cs, u_int ef, u_int esp,
u_int ss));
OpenPOWER on IntegriCloud