Bracket this file in the usual #ifndef/#define/#endif stuff to prevent
multiple inclusion.
This commit is contained in:
parent
97d9f676e5
commit
62626b2c33
@ -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_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user