Remove files not in upstream.
[util-vserver.git] / kernel / cvirt.h
diff --git a/kernel/cvirt.h b/kernel/cvirt.h
deleted file mode 100644 (file)
index eb13878..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#ifndef _VX_CVIRT_H
-#define _VX_CVIRT_H
-
-#ifdef __KERNEL__
-
-struct timespec;
-
-void vx_vsi_uptime(struct timespec *, struct timespec *);
-
-
-struct vx_info;
-
-void vx_update_load(struct vx_info *);
-
-
-int vx_uts_virt_handler(struct ctl_table *ctl, int write, xid_t xid,
-       void **datap, size_t *lenp);
-
-
-int vx_do_syslog(int, char __user *, int);
-
-#endif /* __KERNEL__ */
-#else  /* _VX_CVIRT_H */
-#warning duplicate inclusion
-#endif /* _VX_CVIRT_H */