summaryrefslogtreecommitdiff
path: root/include/consumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/consumer.h')
-rw-r--r--include/consumer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/consumer.h b/include/consumer.h
index d53d42a461..e66d2e769e 100644
--- a/include/consumer.h
+++ b/include/consumer.h
@@ -8,8 +8,8 @@
* a queue, and be notified of new additions to the queue, or of requests to
* flush (empty) the queue.
*/
-#ifndef INCLUDE_CONSUMER_H
-#define INCLUDE_CONSUMER_H
+#ifndef __CROS_EC_CONSUMER_H
+#define __CROS_EC_CONSUMER_H
#include "queue.h"
@@ -44,4 +44,4 @@ struct consumer {
struct consumer_ops const *ops;
};
-#endif /* INCLUDE_CONSUMER_H */
+#endif /* __CROS_EC_CONSUMER_H */