xref: /openbsd/usr.sbin/mkuboot/copy_elf32.c (revision 4cfece93)
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