diff options
Diffstat (limited to 'halfkay.h')
-rw-r--r-- | halfkay.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -21,12 +21,7 @@ #ifndef HALFKAY_H #define HALFKAY_H -struct flashparams { - size_t memsz; - size_t blksz; - size_t cmdsz; - size_t addrshft; -}; +#include "params.h" int flash(const struct flashparams *fp, const char *file); int reboot(const struct flashparams *fp); |