blob: 471d2da5af56e87de64460d38efd106ca75af7e1 [file] [log] [blame]
/***************************************************************************
* Copyright (c) 2014 Amlogic, Inc. All rights reserved.
*
* This source code is subject to the terms and conditions defined in the
* file 'LICENSE' which is part of this source code package.
*
* Description:
*
***************************************************************************/
#ifndef _AML_CIMAX_USB_H_
#define _AML_CIMAX_USB_H_
#include <linux/platform_device.h>
#include "aml_cimax.h"
int aml_cimax_usb_init(struct platform_device *pdev, struct aml_cimax *ci);
int aml_cimax_usb_exit(struct aml_cimax *ci);
#endif