Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/include Prototype dot_conv(), new routine in ...



details:   https://anonhg.NetBSD.org/src/rev/d86ba9bd6198
branches:  trunk
changeset: 474137:d86ba9bd6198
user:      ross <ross%NetBSD.org@localhost>
date:      Tue Jun 29 07:18:23 1999 +0000

description:
Prototype dot_conv(), new routine in machdep.c that formats an alpha
long like this: e081.8000.8000.0004

diffstat:

 sys/arch/alpha/include/alpha.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 351e0e250901 -r d86ba9bd6198 sys/arch/alpha/include/alpha.h
--- a/sys/arch/alpha/include/alpha.h    Tue Jun 29 07:08:53 1999 +0000
+++ b/sys/arch/alpha/include/alpha.h    Tue Jun 29 07:18:23 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: alpha.h,v 1.3 1999/04/20 21:23:09 thorpej Exp $ */
+/* $NetBSD: alpha.h,v 1.4 1999/06/29 07:18:23 ross Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -126,6 +126,7 @@
            struct trapframe *));
 void   trap_init __P((void));
 void   enable_nsio_ide __P((bus_space_tag_t));
+char * dot_conv __P((unsigned long));
 
 /* Multiprocessor glue; cpu.c */
 struct cpu_info;



Home | Main Index | Thread Index | Old Index