iBoot/lib/effaceable/common/effaceable_storage_dev.h

32 lines
989 B
C

/*
* Copyright (c) 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.
*/
// XXX find a better name for this file. perhaps 'effaceable_storage_entry.h'?
#ifndef _EFFACEABLE_STORAGE_DEV_H_
#define _EFFACEABLE_STORAGE_DEV_H_
// =============================================================================
__BEGIN_DECLS
// -----------------------------------------------------------------------------
extern void startEffaceableStorage(effaceable_storage_t * storage, effaceable_device_t * device, effaceable_system_t * system);
// -----------------------------------------------------------------------------
__END_DECLS
// =============================================================================
#endif /* _EFFACEABLE_STORAGE_DEV_H_ */