Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * sys.h
0004  *
0005  * Function prototypes for o2cb sysfs interface
0006  *
0007  * Copyright (C) 2005 Oracle.  All rights reserved.
0008  */
0009 
0010 #ifndef O2CLUSTER_SYS_H
0011 #define O2CLUSTER_SYS_H
0012 
0013 void o2cb_sys_shutdown(void);
0014 int o2cb_sys_init(void);
0015 
0016 #endif /* O2CLUSTER_SYS_H */