summaryrefslogtreecommitdiff
path: root/board/brya/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/brya/board.c')
-rw-r--r--board/brya/board.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/board/brya/board.c b/board/brya/board.c
index f974b992d0..1935988607 100644
--- a/board/brya/board.c
+++ b/board/brya/board.c
@@ -3,13 +3,16 @@
* found in the LICENSE file.
*/
-#include "common.h"
-
#include "battery.h"
#include "button.h"
#include "charge_ramp.h"
#include "charger.h"
+#include "common.h"
+#include "compile_time_macros.h"
#include "console.h"
+#include "gpio.h"
+#include "gpio_signal.h"
+#include "hooks.h"
#include "driver/accel_lis2dw12.h"
#include "driver/accelgyro_lsm6dso.h"
#include "driver/als_tcs3400.h"
@@ -18,9 +21,11 @@
#include "lid_switch.h"
#include "power_button.h"
#include "power.h"
+#include "registers.h"
#include "switch.h"
#include "tablet_mode.h"
#include "throttle_ap.h"
+#include "usbc_config.h"
#include "gpio_list.h" /* Must come after other header files. */