/*
 * This is the implementation of low-level routines, types, and definitions
 * shared by disk_management.c and minimal_partitioning.c.
 *
 * Copyright 2004, Broadcom Corporation
 * All Rights Reserved.
 *
 * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom Corporation;
 * the contents of this file may not be disclosed to third parties, copied
 * or duplicated in any form, in whole or in part, without the prior
 * written permission of Broadcom Corporation.
 */

unsigned char pool_info_block_validity_magic[POOL_INFO_BLOCK_VALIDITY_SIZE] =
  {
	0x5f, 0x98, 0x17, 0x82, 0x0e, 0xa0, 0xbc, 0x33, 0x5f, 0x98, 0x17, 0x82,
	0x0e, 0xa0, 0xbc, 0x33
  };

unsigned char pool_info_block_reserved_magic[POOL_INFO_BLOCK_VALIDITY_SIZE] =
  {
	0x5f, 0x98, 0x17, 0x82, 0x0e, 0xa0, 0xbc, 0x33, 0x5f, 0x98, 0x17, 0x82,
	0x0e, 0xa0, 0xbc, 0x34
  };

