www.pudn.com > efs.rar > fs_hotplug_sd_lock.h


/***********************************************************************
 * fs_hotplug_sd_lock.h
 *
 * Lock handlers for SD & CPRM
 * Copyright (C) 2006 QUALCOMM, Inc.
 *
 ***********************************************************************/

/*===========================================================================

                        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_hotplug_sd_lock.h#1 $ $DateTime: 2006/11/13 14:44:34 $ $Author: davidb $

when         who   what, where, why
----------   ---   ---------------------------------------------------------
2006-11-11   s h   Create

===========================================================================*/

#ifndef __FS_HOTPLUG_SD_LOCK_H__
#define __FS_HOTPLUG_SD_LOCK_H__

/* Expose the SDCC lock to be used by fs_hotplug_sd_protected */
void hotplug_sd_lock_init (struct hotplug_device *hdev);
void hotplug_sd_lock (struct hotplug_device *hdev);
void hotplug_sd_unlock (struct hotplug_device *hdev);

#endif /* not __FS_HOTPLUG_SD_LOCK_H__ */