xenvirt: support port hotplug
[dpdk.git] / drivers / net / xenvirt / rte_xen_lib.h
index 0ba7148..d973eac 100644 (file)
@@ -1,7 +1,7 @@
 /*-
  *   BSD LICENSE
  *
- *   Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
+ *   Copyright(c) 2010-2015 Intel Corporation. All rights reserved.
  *   All rights reserved.
  *
  *   Redistribution and use in source and binary forms, with or without
@@ -92,6 +92,9 @@ gntfree(void *va, size_t sz, uint64_t start_index);
 int
 xenstore_init(void);
 
+int
+xenstore_uninit(void);
+
 int
 xenstore_write(const char *key_str, const char *val_str);