xref: /openbsd-src/usr.sbin/mkuboot/copy_elf32.c (revision c1a45aed656e7d5627c30c92421893a76f370ccb)
1 /*	$OpenBSD: copy_elf32.c,v 1.2 2015/01/20 04:41:01 krw Exp $	*/
2 /* Public domain - not significant enough to copyright */
3 #define ELFSIZE 32
4 #include "copy_elf.c"
5