]> Git Repo - J-u-boot.git/blobdiff - common/cli_getch.c
cyclic: make clients embed a struct cyclic_info in their own data structure
[J-u-boot.git] / common / cli_getch.c
index 0ee790877748125007bc77ea14e363bb15d2cb98..a5ed6eb6fcfa7841b4f54d5125c4e60b804e325e 100644 (file)
@@ -6,8 +6,10 @@
  * Copyright 2022 Google LLC
  */
 
-#include <common.h>
 #include <cli.h>
+#include <stdio.h>
+#include <string.h>
+#include <linux/errno.h>
 
 /**
  * enum cli_esc_state_t - indicates what to do with an escape character
This page took 0.024963 seconds and 4 git commands to generate.