diff options
Diffstat (limited to 'gdb/srec.h')
-rw-r--r-- | gdb/srec.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +struct serial; + void load_srec (struct serial *desc, const char *file, bfd_vma load_offset, int maxrecsize, int flags, int hashmark, int (*waitack) (void)); |