katapult/src/flashcmd.h
Kevin O'Connor 21469fea3e flashcmd: Move flash command handlers to new flashcmd.c file
Move the flashing command processing code from canboot_main.c to a new
flashcmd.c file.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2022-05-13 06:16:08 -04:00

7 lines
100 B
C

#ifndef __FLASHCMD_H
#define __FLASHCMD_H
int flashcmd_is_in_transfer(void);
#endif // flashcmd.h