File: isohybrid.h

package info (click to toggle)
syslinux 3%3A6.04~git20190206.bf6db5b4%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,912 kB
  • sloc: ansic: 189,344; asm: 5,148; pascal: 4,825; perl: 1,980; makefile: 1,973; python: 266; sh: 176; xml: 39
file content (27 lines) | stat: -rw-r--r-- 988 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * isohybrid.h: header file for isohybrid.c: Post process an ISO 9660 image
 * generated with mkisofs or genisoimage to allow - hybrid booting - as a
 * CD-ROM or as a hard disk.
 *
 * Copyright (C) 2010 Geert Stappers <stappers@stappers.nl>
 *
 * isohybrid is a free software; you can redistribute it and/or modify it
 * under the terms of GNU General Public License as published by Free Software
 * Foundation; either version 2 of the license, or (at your option) any later
 * version.
 *
 * isohybrid is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
 * more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with isohybrid; if not, see: <http://www.gnu.org/licenses>.
 *
 */

#define VERSION     "0.12"
#define BUFSIZE     2048
#define MBRSIZE      432

/* End of header file */