summaryrefslogtreecommitdiff
path: root/include/dps.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dps.h')
-rw-r--r--include/dps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dps.h b/include/dps.h
index 8794220ab2..c4d2c884b1 100644
--- a/include/dps.h
+++ b/include/dps.h
@@ -6,10 +6,10 @@
#ifndef __CROS_EC_DPS__H
#define __CROS_EC_DPS__H
-#include <stdbool.h>
-
#include "common.h"
+#include <stdbool.h>
+
#define DPS_FLAG_DISABLED BIT(0)
#define DPS_FLAG_NO_SRCCAP BIT(1)
#define DPS_FLAG_WAITING BIT(2)