/****************************************************************************** ******************************************************************************* ** ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. ** Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved. ** ** This copyrighted material is made available to anyone wishing to use, ** modify, copy, or redistribute it subject to the terms and conditions ** of the GNU General Public License v.2. ** ******************************************************************************* ******************************************************************************/ #ifndef __LOCKSPACE_DOT_H__ #define __LOCKSPACE_DOT_H__ int dlm_lockspace_init(void); void dlm_lockspace_exit(void); struct dlm_ls *dlm_find_lockspace_global(uint32_t id); struct dlm_ls *dlm_find_lockspace_local(void *id); struct dlm_ls *dlm_find_lockspace_device(int minor); void dlm_put_lockspace(struct dlm_ls *ls); void dlm_stop_lockspaces(void); #endif /* __LOCKSPACE_DOT_H__ */ t();'> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2016-12-26 20:32:48 -0800
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2016-12-26 20:32:48 -0800
commitdb27edf80c894e89b9710d20a8d0f02327f36ca0 (patch)
tree3936038d135ed116e4c7282fa1094d2fea929904 /drivers/usb/dwc3
parent7ce7d89f48834cefece7804d38fc5d85382edf77 (diff)
parent7961d53d22375bb9e8ae8063533b9059102ed39d (diff)
Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixes
Diffstat (limited to 'drivers/usb/dwc3')