dmi: check both the AC and ID flags at the same time
[syslinux.git] / utils / isohybrid.h
blobeecf1caaf9e0cf70ec7ffeee342877aec8f1979b
1 /*
2 * isohybrid.h: header file for isohybrid.c: Post process an ISO 9660 image
3 * generated with mkisofs or genisoimage to allow - hybrid booting - as a
4 * CD-ROM or as a hard disk.
6 * Copyright (C) 2010 Geert Stappers <stappers@stappers.nl>
8 * isohybrid is a free software; you can redistribute it and/or modify it
9 * under the terms of GNU General Public License as published by Free Software
10 * Foundation; either version 2 of the license, or (at your option) any later
11 * version.
13 * isohybrid is distributed in the hope that it will be useful, but WITHOUT
14 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
16 * more details.
18 * You should have received a copy of the GNU General Public License along
19 * with isohybrid; if not, see: <http://www.gnu.org/licenses>.
23 #define VERSION "0.12"
24 #define BUFSIZE 2048
25 #define MBRSIZE 432
27 /* End of header file */