/*
- * Palacios Raw Packet Interface Implementation
- * (c) Lei Xia 2010
- */
+ * Palacios Raw Packet Interface Implementation
+ * (c) Lei Xia 2010
+ */
#include <asm/uaccess.h>
#include <linux/inet.h>
- /*
- * Palacios Socket Interface Implementation
- * (c) Lei Xia 2010
- */
+/*
+ * Palacios Socket Interface Implementation
+ * (c) Lei Xia 2010
+ */
#include <interfaces/vmm_socket.h>
/*
- * Stream
- * (c) Lei Xia 2010
- */
+ * Stream
+ * (c) Lei Xia 2010
+ */
#ifndef __IFACE_STREAM_H__
/*
- * Palacios VNET Host Bridge
- * (c) Lei Xia 2010
- */
-
+ * Palacios VNET Host Bridge
+ * (c) Lei Xia 2010
+ */
#include <linux/spinlock.h>
#include <linux/seq_file.h>
/*
- * Palacios VNET Control Module
- * (c) Lei Xia 2010
- */
+ * Palacios VNET Control Module
+ * (c) Lei Xia 2010
+ */
#include <linux/spinlock.h>
#include <linux/seq_file.h>
/*
- * Palacios VNET Host Hooks Implementations
- * Lei Xia 2010
- */
+ * Palacios VNET Host Hooks Implementations
+ * Lei Xia 2010
+ */
#include <linux/kernel.h>
#include <linux/kthread.h>
/*
- * Queue implementation
- * Jack Lange 2011
- */
+ * Queue implementation
+ * Jack Lange 2011
+ */
#include <linux/slab.h>
/*
- * Queue implementation
- * Jack Lange 2011
- */
+ * Queue implementation
+ * Jack Lange 2011
+ */
#ifndef __PALACIOS_QUEUE_H__
#define __PALACIOS_QUEUE_H__
/*\r
- * Ringbuffer implementation\r
- * (c) Lei Xia 2010\r
- */\r
+ * Ringbuffer implementation\r
+ * (c) Lei Xia 2010\r
+ */\r
\r
\r
#include <linux/errno.h>\r
/*
- * Ringbuffer
- * (c) Lei Xia 2010
- */
+ * Ringbuffer
+ * (c) Lei Xia 2010
+ */
#ifndef __PALACIOS_RING_BUFFER_H__