aboutsummaryrefslogtreecommitdiff
path: root/include/fastboot.h
diff options
context:
space:
mode:
authorIon Agorria2024-01-05 09:22:11 +0200
committerMattijs Korpershoek2024-01-09 14:58:33 +0100
commit16f79dd4cd624de0ee336dfeeac6db954f99ae68 (patch)
treef63ff061a3705dd97805a1aa1aac9487bc569750 /include/fastboot.h
parente58bafc35fe37491bb3546299593dcc054145adb (diff)
fastboot: add oem console command support
"oem console" serves to read console record buffer. Signed-off-by: Ion Agorria <ion@agorria.com> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Link: https://lore.kernel.org/r/20240105072212.6615-7-clamor95@gmail.com Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Diffstat (limited to 'include/fastboot.h')
-rw-r--r--include/fastboot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fastboot.h b/include/fastboot.h
index 59cbea61eca..1e7920eb913 100644
--- a/include/fastboot.h
+++ b/include/fastboot.h
@@ -47,6 +47,7 @@ enum {
FASTBOOT_COMMAND_OEM_PARTCONF,
FASTBOOT_COMMAND_OEM_BOOTBUS,
FASTBOOT_COMMAND_OEM_RUN,
+ FASTBOOT_COMMAND_OEM_CONSOLE,
FASTBOOT_COMMAND_ACMD,
FASTBOOT_COMMAND_UCMD,
FASTBOOT_COMMAND_COUNT