summaryrefslogtreecommitdiff
path: root/zephyr/test/kingler/src/ccd.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/kingler/src/ccd.c')
-rw-r--r--zephyr/test/kingler/src/ccd.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/zephyr/test/kingler/src/ccd.c b/zephyr/test/kingler/src/ccd.c
index eb375fcfe7..1b46631dc6 100644
--- a/zephyr/test/kingler/src/ccd.c
+++ b/zephyr/test/kingler/src/ccd.c
@@ -3,15 +3,15 @@
* found in the LICENSE file.
*/
-#include "gpio/gpio_int.h"
-#include "gpio_signal.h"
-#include "hooks.h"
-
+#include "zephyr/kernel.h"
#include <zephyr/drivers/gpio/gpio_emul.h>
#include <zephyr/fff.h>
-#include <zephyr/kernel.h>
#include <zephyr/ztest.h>
+#include "gpio_signal.h"
+#include "gpio/gpio_int.h"
+#include "hooks.h"
+
FAKE_VOID_FUNC(typec_set_sbu, int, bool);
/* fake definitions to pass build */
FAKE_VOID_FUNC(bmi3xx_interrupt, enum gpio_signal);