Whamcloud - gitweb
LU-5396 lnet: make some functions static
[fs/lustre-release.git] / lnet / selftest / console.h
index 3eeed21..1912254 100644 (file)
@@ -27,7 +27,7 @@
  * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  *
- * Copyright (c) 2012, Intel Corporation.
+ * Copyright (c) 2012, 2013, Intel Corporation.
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
@@ -255,4 +255,7 @@ extern int lstcon_test_add(char *batch_name, int type, int loop,
                           struct list_head __user *result_up);
 #endif
 
+int lstcon_console_init(void);
+int lstcon_console_fini(void);
+
 #endif