block: fix warning with calling smp_processor_id() in preemptible section
[pandora-kernel.git] / drivers / staging / usbip / userspace / libsrc / usbip.h
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