s/typedef serial_t/struct serial */
[deliverable/binutils-gdb.git] / gdb / srec.h
index 97c39261e53307f686b48bf16299c39d2ee8f241..d2d9876da4c1c5bd86750885db988fcd7d24aad4 100644 (file)
@@ -18,7 +18,7 @@
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-void load_srec (serial_t desc, const char *file, bfd_vma load_offset,
+void load_srec (struct serial *desc, const char *file, bfd_vma load_offset,
                int maxrecsize, int flags, int hashmark,
                int (*waitack) (void));
 
This page took 0.024241 seconds and 4 git commands to generate.