27 lines
803 B
C
27 lines
803 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Copyright (c) 2021 Samsung Electronics Co., Ltd.
|
||
|
* http://www.samsung.com
|
||
|
*
|
||
|
* Author: Sung-Hyun Na <sunghyun.na@samsung.com>
|
||
|
*
|
||
|
* Chip Abstraction Layer for USB PHY
|
||
|
*
|
||
|
* This program is free software; you can redistribute it and/or modify
|
||
|
* it under the terms of the GNU General Public License version 2 as
|
||
|
* published by the Free Software Foundation.
|
||
|
*
|
||
|
* This program is distributed in the hope that it will be useful,
|
||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
* GNU General Public License for more details.
|
||
|
*/
|
||
|
|
||
|
#ifndef _CAL_PHY_EXYNOS_USBDP_REG_PCS_H_
|
||
|
#define _CAL_PHY_EXYNOS_USBDP_REG_PCS_H_
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif /* _CAL_PHY_EXYNOS_USBDP_REG_PCS_H_ */
|