www.pudn.com > efs.rar > fs_fsck.c


/*********************************************************************** 
 * fs_fsck.c 
 * 
 * File system sanity check code. 
 * Copyright (C) 2006 QUALCOMM, Inc. 
 * 
 * Code for checking sanity of the filesystem.  Generally used in 
 * off-target tests. 
 * 
 * This test makes use of dynamic memory allocation. 
 * 
 ***********************************************************************/ 
 
/*=========================================================================== 
 
                        EDIT HISTORY FOR MODULE 
 
  This section contains comments describing changes made to the module. 
  Notice that changes are listed in reverse chronological order. 
 
  $Header: //depot/asic/MSMSHARED/services/efs/MSM_EFS.01.02/fs_fsck.c#2 $ $DateTime: 2006/09/20 14:10:00 $ $Author: davidb $ 
 
when         who   what, where, why 
----------   ---   --------------------------------------------------------- 
2006-09-20   dlb   Lint cleanup. 
2006-04-13   dlb   Create 
 
===========================================================================*/ 
 
#ifdef FS_UNIT_TEST 
#error code not present 
#else 
extern int __dont_complain_about_empty_file; 
#endif