From 1c8aa9d315ff09194df53d9b1af755e03168cd64 Mon Sep 17 00:00:00 2001
From: Amir Hammad <amir.hammad@hotmail.com>
Date: Fri, 8 Jul 2016 23:27:18 +0200
Subject: rename usbh_driver to usbh_low_level_driver

Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
---
 include/driver/usbh_device_driver.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'include/driver')

diff --git a/include/driver/usbh_device_driver.h b/include/driver/usbh_device_driver.h
index 2839a17..4f0ecea 100644
--- a/include/driver/usbh_device_driver.h
+++ b/include/driver/usbh_device_driver.h
@@ -142,7 +142,7 @@ struct _usbh_packet {
 };
 typedef struct _usbh_packet usbh_packet_t;
 
-struct _usbh_driver {
+struct _usbh_low_level_driver {
 	/**
 	 * @brief init initialization routine of the low-level driver
 	 *
@@ -178,7 +178,7 @@ struct _usbh_driver {
 	 */
 	void *driver_data;
 };
-typedef struct _usbh_driver usbh_driver_t;
+typedef struct _usbh_low_level_driver usbh_low_level_driver_t;
 
 struct _usbh_generic_data {
 	usbh_device_t usbh_device[USBH_MAX_DEVICES];
-- 
cgit