iBoot/include/drivers/nand_syscfg.h

24 lines
489 B
C

/*
* Copyright (c) 2009 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_SYSCFG_H
#define _NAND_SYSCFG_H
#include <sys/types.h>
__BEGIN_DECLS
int nand_syscfg_init(NandPartInterface * npi);
__END_DECLS
#endif /* ! _NAND_SYSCFG_H */