Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/include Add prototype.



details:   https://anonhg.NetBSD.org/src/rev/b24d91f7b43a
branches:  trunk
changeset: 499953:b24d91f7b43a
user:      ragge <ragge%NetBSD.org@localhost>
date:      Sat Dec 02 17:08:32 2000 +0000

description:
Add prototype.

diffstat:

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

diffs (17 lines):

diff -r 5260cacaff0a -r b24d91f7b43a sys/arch/vax/include/cpu.h
--- a/sys/arch/vax/include/cpu.h        Sat Dec 02 17:07:55 2000 +0000
+++ b/sys/arch/vax/include/cpu.h        Sat Dec 02 17:08:32 2000 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: cpu.h,v 1.54 2000/08/25 01:04:11 thorpej Exp $      */
+/*      $NetBSD: cpu.h,v 1.55 2000/12/02 17:08:32 ragge Exp $      */
 
 /*
  * Copyright (c) 1994 Ludd, University of Lule}, Sweden
@@ -168,6 +168,7 @@
 void   iounaccess(vaddr_t, int);
 void   findcpu(void);
 void   child_return(void *);
+int    getmajor(void *);
 #ifdef DDB
 int    kdbrint(int);
 #endif



Home | Main Index | Thread Index | Old Index