23 lines
573 B
C
23 lines
573 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.
|
|
//
|
|
//
|
|
|
|
#include "WMRTypes.h"
|
|
#include "FTL.h"
|
|
#include "VFL.h"
|
|
#include "FIL.h"
|
|
|
|
BOOL32 FIL_Test(void);
|
|
|
|
BOOL32 WMR_FTL_Test(FTLFunctions *ftl);
|
|
BOOL32 WMR_VFL_Test(VFLFunctions *vfl);
|
|
BOOL32 WMR_FIL_Test(LowFuncTbl *fil);
|
|
BOOL32 WMR_FPart_Test(FPartFunctions *fpart);
|