diff options
Diffstat (limited to 'roms/u-boot/drivers/usb/dwc3/linux-compat.h')
-rw-r--r-- | roms/u-boot/drivers/usb/dwc3/linux-compat.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/usb/dwc3/linux-compat.h b/roms/u-boot/drivers/usb/dwc3/linux-compat.h new file mode 100644 index 000000000..3bb0bda5a --- /dev/null +++ b/roms/u-boot/drivers/usb/dwc3/linux-compat.h @@ -0,0 +1,16 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/** + * linux-compat.h - DesignWare USB3 Linux Compatibiltiy Adapter Header + * + * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com + * + * Authors: Kishon Vijay Abraham I <kishon@ti.com> + * + */ + +#ifndef __DWC3_LINUX_COMPAT__ +#define __DWC3_LINUX_COMPAT__ + +#define dev_WARN(dev, format, arg...) debug(format, ##arg) + +#endif |