cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

usbip_host_driver.h (561B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2/*
      3 * Copyright (C) 2011 matt mooney <mfm@muteddisk.com>
      4 *               2005-2007 Takahiro Hirofuchi
      5 * Copyright (C) 2015-2016 Samsung Electronics
      6 *               Igor Kotrasinski <i.kotrasinsk@samsung.com>
      7 *               Krzysztof Opasiak <k.opasiak@samsung.com>
      8 */
      9
     10#ifndef __USBIP_HOST_DRIVER_H
     11#define __USBIP_HOST_DRIVER_H
     12
     13#include <stdint.h>
     14#include "usbip_common.h"
     15#include "list.h"
     16#include "usbip_host_common.h"
     17
     18extern struct usbip_host_driver host_driver;
     19
     20#endif /* __USBIP_HOST_DRIVER_H */