diff --git a/sys/dev/ofw/openfirm.h b/sys/dev/ofw/openfirm.h index 7414e8ba6876..2bd77502c8d8 100644 --- a/sys/dev/ofw/openfirm.h +++ b/sys/dev/ofw/openfirm.h @@ -1,4 +1,4 @@ -/* $NetBSD: openfirm.h,v 1.4 1998/02/02 21:00:13 thorpej Exp $ */ +/* $NetBSD: openfirm.h,v 1.5 1998/02/02 21:55:23 cgd Exp $ */ /* * Copyright (C) 1995, 1996 Wolfgang Solfrank. @@ -103,3 +103,4 @@ int openfirmware __P((void *)); */ int of_compatible __P((int, const char * const *)); int of_decode_int __P((const unsigned char *buf)); +int of_nodename __P((int, char *, int));