mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2024-11-23 06:24:19 +00:00
15 lines
317 B
C
15 lines
317 B
C
/*
|
|
* Routines to access hardware
|
|
*
|
|
* Copyright (c) 2013 Realtek Semiconductor Corp.
|
|
*
|
|
*/
|
|
|
|
#ifndef _HAL_COMMON_H_
|
|
#define _HAL_COMMON_H_
|
|
|
|
//================= Function Prototype START ===================
|
|
HAL_Status HalCommonInit(void);
|
|
//================= Function Prototype END ===================
|
|
|
|
#endif
|