diff --git a/sys/net/sff8472.h b/sys/net/sff8472.h --- a/sys/net/sff8472.h +++ b/sys/net/sff8472.h @@ -26,6 +26,9 @@ * SUCH DAMAGE. */ +#ifndef _NET_SFF8472_H_ +#define _NET_SFF8472_H_ + /* * The following set of constants are from Document SFF-8472 * "Diagnostic Monitoring Interface for Optical Transceivers" revision @@ -526,3 +529,5 @@ */ #define SFF_8472_POWER_FACTOR 10000.0 + +#endif