summaryrefslogtreecommitdiff
path: root/include/keyboard_8042_sharedlib.h
diff options
context:
space:
mode:
authorJeremy Bettis <jbettis@google.com>2022-11-22 15:03:23 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-29 20:50:47 +0000
commit1b359bdd91da15ea25aaffd0d940ff63b9d72bc5 (patch)
tree193b3670618546b6914c1dab42943e87ba6766a2 /include/keyboard_8042_sharedlib.h
parent9a8d82d6dd9aadfdfb790e9af8ee3f5663bbbdeb (diff)
downloadchrome-ec-1b359bdd91da15ea25aaffd0d940ff63b9d72bc5.tar.gz
include: Sort header files
Sort all includes in include with the clang-format rules used by the zephyr project. BRANCH=None BUG=b:247100970 TEST=zmake build -a TEST=./twister --clobber -v -i TEST=make -j72 buildall_only runtests TEST=zmake compare-builds -a Signed-off-by: Jeremy Bettis <jbettis@google.com> Change-Id: Ic23f440ebd93519e4341423cf6cb7a298620cbfe Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4049883 Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Commit-Queue: Jeremy Bettis <jbettis@chromium.org> Tested-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Tristan Honscheid <honscheid@google.com>
Diffstat (limited to 'include/keyboard_8042_sharedlib.h')
-rw-r--r--include/keyboard_8042_sharedlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/keyboard_8042_sharedlib.h b/include/keyboard_8042_sharedlib.h
index bd7a7b5ec7..2f8dfdc242 100644
--- a/include/keyboard_8042_sharedlib.h
+++ b/include/keyboard_8042_sharedlib.h
@@ -8,12 +8,12 @@
#ifndef __CROS_EC_KEYBOARD_8042_SHAREDLIB_H
#define __CROS_EC_KEYBOARD_8042_SHAREDLIB_H
-#include <stddef.h>
-
#include "button.h"
#include "keyboard_config.h"
#include "keyboard_protocol.h"
+#include <stddef.h>
+
struct button_8042_t {
uint16_t scancode;
int repeat;