Bracket this file in the usual #ifndef/#define/#endif stuff to prevent

multiple inclusion.
This commit is contained in:
Benno Rice 2001-06-27 12:15:58 +00:00
parent 97d9f676e5
commit 62626b2c33

View File

@ -57,6 +57,9 @@
* $FreeBSD$
*/
#ifndef _OPENFIRM_H_
#define _OPENFIRM_H_
/*
* Prototypes for Openfirmware Interface Routines
*/
@ -126,3 +129,5 @@ void OF_set_symbol_lookup(void *, void *);
/* Time function */
int OF_milliseconds(void);
#endif /* _OPENFIRM_H_ */