mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2024-11-23 14:34:19 +00:00
13 lines
185 B
C
13 lines
185 B
C
|
/*
|
||
|
* Routines to access hardware
|
||
|
*
|
||
|
* Copyright (c) 2013 Realtek Semiconductor Corp.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifndef _HAL_USB_H_
|
||
|
#define _HAL_USB_H_
|
||
|
|
||
|
#include "rtl8195a_usb.h"
|
||
|
|
||
|
#endif //_HAL_USB_H_
|