diff options
| author | Benno Rice <benno@FreeBSD.org> | 2001-06-27 12:15:58 +0000 |
|---|---|---|
| committer | Benno Rice <benno@FreeBSD.org> | 2001-06-27 12:15:58 +0000 |
| commit | 62626b2c33c0eba6fd7adf5ddd4bdf2a0857560b (patch) | |
| tree | c1f13f334386d2d8f1eef0ca8c42c6be88f4ee29 /sys/dev/ofw | |
| parent | 97d9f676e51a81e59402717fcac0f5f3a4a158e3 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ofw')
| -rw-r--r-- | sys/dev/ofw/openfirm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/ofw/openfirm.h b/sys/dev/ofw/openfirm.h index 526c1b43a4bd..62ac3e6365b6 100644 --- a/sys/dev/ofw/openfirm.h +++ b/sys/dev/ofw/openfirm.h @@ -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_ */ |
