Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /******************************************************************************
0003 *******************************************************************************
0004 **
0005 **  Copyright (C) Sistina Software, Inc.  1997-2003  All rights reserved.
0006 **  Copyright (C) 2004-2005 Red Hat, Inc.  All rights reserved.
0007 **
0008 **
0009 *******************************************************************************
0010 ******************************************************************************/
0011 
0012 #ifndef __RECOVERD_DOT_H__
0013 #define __RECOVERD_DOT_H__
0014 
0015 void dlm_recoverd_stop(struct dlm_ls *ls);
0016 int dlm_recoverd_start(struct dlm_ls *ls);
0017 void dlm_recoverd_suspend(struct dlm_ls *ls);
0018 void dlm_recoverd_resume(struct dlm_ls *ls);
0019 
0020 #endif              /* __RECOVERD_DOT_H__ */
0021