summaryrefslogtreecommitdiff
path: root/include/producer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/producer.h')
-rw-r--r--include/producer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/producer.h b/include/producer.h
index d120fbc145..b6a04883d6 100644
--- a/include/producer.h
+++ b/include/producer.h
@@ -8,8 +8,8 @@
* be notified when the queue is read from so that it can take action, such as
* adding new units to the queue.
*/
-#ifndef INCLUDE_PRODUCER_H
-#define INCLUDE_PRODUCER_H
+#ifndef __CROS_EC_PRODUCER_H
+#define __CROS_EC_PRODUCER_H
#include "queue.h"
@@ -38,4 +38,4 @@ struct producer {
struct producer_ops const *ops;
};
-#endif /* INCLUDE_PRODUCER_H */
+#endif /* __CROS_EC_PRODUCER_H */