blob: dc0071741695d057b2a34715e9b07c845811ada4 [file] [log] [blame]
Greg Kroah-Hartman5fd54ac2017-11-03 11:28:30 +01001// SPDX-License-Identifier: GPL-2.0+
Vivek Gautamb506eeb2013-01-22 18:30:40 +05302/*
3 * Copyright (C) 2012 Samsung Electronics Co.Ltd
4 * http://www.samsung.com/
5 *
6 * Defines phy types for samsung usb phy controllers - HOST or DEIVCE.
7 *
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License as published by the
10 * Free Software Foundation; either version 2 of the License, or (at your
11 * option) any later version.
12 */
13
14enum samsung_usb_phy_type {
15 USB_PHY_TYPE_DEVICE,
16 USB_PHY_TYPE_HOST,
17};