iBoot/drivers/flash_nand/boot/nvram/nand_nvram_dump.h

22 lines
474 B
C

/*
* Copyright (c) 2009-2011 Apple Inc. All rights reserved.
*
* This document is the property of Apple Inc.
* It is considered confidential and proprietary.
*
* This document may not be reproduced or transmitted in any form,
* in whole or in part, without the express written permission of
* Apple Inc.
*/
#ifndef _NAND_NVRAM_DUMP_H_
#define _NAND_NVRAM_DUMP_H_
__BEGIN_DECLS
bool nand_nvram_dump(nand_nvram_t * nv);
__END_DECLS
#endif // _NAND_NVRAM_DUMP_H_