~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/staging/usbip/userspace/libsrc/usbip.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2005-2007 Takahiro Hirofuchi
 
3
 */
 
4
 
 
5
#ifndef _USBIP_H
 
6
#define _USBIP_H
 
7
 
 
8
#ifdef HAVE_CONFIG_H
 
9
#include "../config.h"
 
10
#endif
 
11
 
 
12
#include "usbip_common.h"
 
13
#include "stub_driver.h"
 
14
#include "vhci_driver.h"
 
15
#ifdef DMALLOC
 
16
#include <dmalloc.h>
 
17
#endif
 
18
 
 
19
#endif