From 64b57a767e238d3ce3e500f11622763c742543da Mon Sep 17 00:00:00 2001 From: simonb Date: Sat, 27 Nov 1999 07:02:24 +0000 Subject: [PATCH] Add prom_write() declaration. --- sys/arch/pmax/stand/common/common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/pmax/stand/common/common.h b/sys/arch/pmax/stand/common/common.h index 5a7c48d6386e..fba7610684e1 100644 --- a/sys/arch/pmax/stand/common/common.h +++ b/sys/arch/pmax/stand/common/common.h @@ -1,4 +1,4 @@ -/* $NetBSD: common.h,v 1.3 1999/11/27 06:45:07 simonb Exp $ */ +/* $NetBSD: common.h,v 1.4 1999/11/27 07:02:24 simonb Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -48,6 +48,7 @@ int prom_close __P((int)); int prom_lseek __P((int, int, int)); int prom_open __P((const char *, int)); int prom_read __P((int, void *, int)); +int prom_write __P((int, void *, int)); /*