add a prototype for of_nodename(), a function to stuff the last

component of a node's name into a caller-provided buffer (helpful
for generating autoconfiguration output).
This commit is contained in:
cgd 1998-02-02 21:55:23 +00:00
parent adac7274cc
commit c9249eced0

View File

@ -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));