diff options
Diffstat (limited to 'fastboot/fastboot_driver.h')
-rw-r--r-- | fastboot/fastboot_driver.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fastboot/fastboot_driver.h b/fastboot/fastboot_driver.h index 62bbe52c0..af02637e9 100644 --- a/fastboot/fastboot_driver.h +++ b/fastboot/fastboot_driver.h @@ -37,15 +37,14 @@ #include <bootimg.h> #include <inttypes.h> #include <sparse/sparse.h> + +#include "constants.h" #include "transport.h" class Transport; namespace fastboot { -static constexpr int FB_COMMAND_SZ = 64; -static constexpr int FB_RESPONSE_SZ = 64; - enum RetCode : int { SUCCESS = 0, BAD_ARG, |