Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > 87633ba174377b3c8f9fa46d9df770a6 > files > 3

squashfs-tools-3.3-4mdv2009.0.src.rpm

/*
 * Copyright (C) 2006 Junjiro Okajima
 * Copyright (C) 2006 Tomas Matejicek, slax.org
 *
 * LICENSE must follow the one in squashfs.
 */

/* $Id: sqmagic.h,v 1.2 2006/11/27 03:54:58 jro Exp $ */

#ifndef __sqmagic_h__
#define __sqmagic_h__

/* see SQUASHFS_MAGIC in squashfs_fs.h */
#define SQUASHFS_MAGIC_LZMA		0x71736873
#define SQUASHFS_MAGIC_LZMA_SWAP	0x73687371

#endif