Home | History | Annotate | Download | only in utils
      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.
      5  *
      6  * Copyright (C) 2010 Geert Stappers <stappers (at) stappers.nl>
      7  *
      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.
     12  *
     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.
     17  *
     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>.
     20  *
     21  */
     22 
     23 #define VERSION     "0.12"
     24 #define BUFSIZE     2048
     25 #define MBRSIZE      432
     26 
     27 /* End of header file */
     28