Commit 8f51b53c authored by Aurelio Colosimo's avatar Aurelio Colosimo

coding style only: .h #define renamed

parent a2cbe497
#ifndef CONSTANTS_H_ #ifndef __PTP_CONSTANTS_H__
#define CONSTANTS_H_ #define __PTP_CONSTANTS_H__
/* implementation specific constants */ /* implementation specific constants */
#define PP_DEFAULT_INBOUND_LATENCY 0 /* in nsec */ #define PP_DEFAULT_INBOUND_LATENCY 0 /* in nsec */
...@@ -39,4 +39,4 @@ ...@@ -39,4 +39,4 @@
#define PP_TIMER_ANNOUNCE_RECEIPT 3 #define PP_TIMER_ANNOUNCE_RECEIPT 3
#define PP_TIMER_ANNOUNCE_INTERVAL 4 #define PP_TIMER_ANNOUNCE_INTERVAL 4
#endif /*CONSTANTS_H_*/ #endif /* __PTP_CONSTANTS_H__ */
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
* Structs defined in IEEE Std 1588-2008 * Structs defined in IEEE Std 1588-2008
*/ */
#ifndef IEEE_1588_TYPES_H_ #ifndef __PTP_IEEE_1588_TYPES_H__
#define IEEE_1588_TYPES_H_ #define __PTP_IEEE_1588_TYPES_H__
#include <stdint.h> #include <stdint.h>
...@@ -302,4 +302,4 @@ enum ENDelayMechanism { ...@@ -302,4 +302,4 @@ enum ENDelayMechanism {
DELAY_DISABLED = 0xFE DELAY_DISABLED = 0xFE
}; };
#endif /*IEEE_1588_TYPES_H_*/ #endif /* __PTP_IEEE_1588_TYPES_H__ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment